Close
jGuru Forums
Posted By: Anonymous Posted On: Tuesday, July 1, 2003 03:33 AM
I have a webpage where you can enter your search criteria and another page (result.jsp) showing the result of the query. I also need the possibility to enter the search criteria as URL parameters directly, eg. http://localhost:8080/SearchMargins.do?company=test&fromdate=23-03-03&todate=24-03-03&type=1
How to I implement this in the action bean?
Thanks, Bard
Re: How to go to a result-page directly through the URL?
Posted By: Adrian_K Posted On: Tuesday, July 1, 2003 04:08 AM