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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to