Struts Actions and events in one jsp?!
425491Dec 15 2005 — edited Dec 16 2005Hello,
I have a problem with Struts actions and events in a jsp.
It is a search page and when the user clicks the search button I trigger an event and when the user clicks on a link in the result table (same page) I use an action that opens a new detail jsp. The first search query works well, I get a result, open the detail page, go back (using an action).
Then I start a new search, but struts tries to open the detail page. While debugging I found out, that struts apparantly has no action or event. Why does it work at first time?
Any ideas?
Thanks in advance
Britta