You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Anurag Garg <an...@nucleussoftware.com> on 2003/07/01 15:38:36 UTC

SET ACTION FORM ATTRIBUTE IN JSP

Hello All,

	In my JSP I want to set the values of some of the attributes in action form
on the basis of some condition. I am checking that condition using the
logic:equal tag.

	For e.g .

	<logic:equal name="actionform" property="myProperty" value="abc">

	</logic:equal>

	Now in my logic:equal tag I want to set the value of property(myProperty) =
"XYZ".

	I know how to do it using the jsp scriplet tag, I want to know, is there
any struts tag provided to get this functionality (Setting the property in
jsp page).

Regards,
Anurag Garg


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org