Hi, I have one action that searches some data from a database and forwards it to a jsp that shows a list with radio buttons to select one. There are two buttons, view and edit. The form submits to an action that decides which path to forward to by looking at the name of the button that was pressed. From there on there is an action that selects the complete selected dataset and forwards to a jsp that displays it. The JSP displaying the edit or view screen is basically the same and the dataaccess action, too. I'd like to forward both buttons to the same action. What I need to find out is the name of forward chosen in the previous action to reach the current one. Is there any way to get that information?
Thanks a lot, Richard -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

