A
Austin
I am using apache struts with tomcat. I currently call URL's passing
parameters as a query string, straight forward stuff.
For example [host]/pageName.do?peram1=432&peram2=354
I now want to pass the parameters as part of the page name instead
For example [host]/pageName,432,354.do
Any ideas how this could be done?
parameters as a query string, straight forward stuff.
For example [host]/pageName.do?peram1=432&peram2=354
I now want to pass the parameters as part of the page name instead
For example [host]/pageName,432,354.do
Any ideas how this could be done?