I retrieve a group id by JSP.
<sql:query  ...SELECT group_id../>

When user clicks a link 
<html:link .../>

Before another page is shown, in my struts-config.xml,
I try to make a ActionForward function to capture the group_id
and then update a session attribute .

Then the resulting jsp is like this
<sql:query SELECT someValue FROM .. WHERE group_id = ???groupId??? />

Is this a proper way to do this?

I do not know how to write in the Action class so that
it can retrieve the sql value from the passing in jsp file.

Your help is very much appreicated.

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

Reply via email to