Sonam Belbase wrote:
> Inside a <html:form></html:form> section I have some java code:
> <% String theTab = ""; %>
> how do I get theTab to have the value of  a property on the form such
as:
> <html:hidden property="currentTab" />

Assuming your form bean is in session scope, maybe something like:

String theTab = ((MyActionForm)
session.getAttribute("formName")).getCurrentTab();

-- 
Wendy Smoak
Applications Systems Analyst, Sr.
Arizona State University, PA, IRM 



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

Reply via email to