Leticia Golubov wrote:
> when user clicks on the html link I want some values 
> to be set via an Action class.  Once they are
> set I want to then retrieve them.

Then make that link go to the Action class, not the JSP.  Set the
values, then forward to the JSP and retrieve them.  Sorry if I'm
oversimplifying, but I don't see why you need to go directly to the JSP.

-- 
Wendy Smoak



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

Reply via email to