2002. november 26. 11:04 dátummal Marcus Biel ezt írtad:

> I checked the Docu:
> http://localhost:8080/struts-documentation/struts-logic.html#equal
> And it says:
> value: The constant value to which the variable, specified by other
> attribute(s) of this tag, will be compared
>
> So according to the Struts docu, the value must be constant!
> But I need to compare a dynamic value!

<bean:define id="value1" name="oneForm" property="oneProperty" />

<logic:equals 
        name="otherForm" 
        property="otherProperty" 
        value="<%= oneValue %>"  >

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

Reply via email to