Hello everybody, In my web application I decided not to use frames and so I am using a table in a jsp file. my question is as follow:
in the jsp file I want to know which action forwarded to this jsp file so that I will accordingly run the right code? Is der a way I could pass a Parameter from my Action class to the jsp file I am forwarding to ? Actually I want to include the corresponding jsp file into my main jsp file according to where the forward came from. Thanks for any Help Mohammed -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

