On 3/3/06, Kalcevich, Daniel <[EMAIL PROTECTED]> wrote:
> <bean:write name="tz" property="label"/>
> But the problem is that the "value" that I want to compare in the
> logic:equal tag is really ${tz}.value.  But how can I set the value to
> the "getValue()" from the "tz" variable.

None of these works?

<bean:write name="tz.value" property="label"/>
<bean:write name="tz" property="value.label"/>
<bean:write name="tz.value.label"/>

Michael.

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

Reply via email to