All,

When I use the bean:define tag inside a logic:equal, why doesn't the scriptinh 
variable created stay in scope outside of the logic tags? What am I doing wrong?

Code snippet below:

<logic:equal name="myattribute" value="5">
  <bean:define id="myvar" value="50"/>
</logic:equal>

Once outside of the logic tags, even out.print(myvar); results in null.

Thanks, Steve


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

Reply via email to