Yes, i got a error.

I've just added a "org.apache.struts.actions.ForwardAction" (to struts initializes and populates the session scoped form -> named A) between the .jsp file (which contains the button) and a previous existent action (the one which receives a new request scoped form -> named B). Now, the attributes of B form are empty (i'm getting null values)...

Any idea ?

Geeta Ramani wrote:

I have never done this but i don't see why not.  When you press your submit
button on your jsp, an Action is called, right?  You can do whatever you
want in that execute method would be my guess.  So if you feel like saving
one form in session scope and another in in request attribute before you
forward to your new page, i don't see why you shouldn't be able to..  Do you
envision a problem?

Geeta






--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to