I am trying to compare a bean property with a variable or another bean property using the logic:equal tag but its not working.
e.g. 1 <% int testVar = 2 %> <logic:equal name="theBean" property="someBeanProperty" value="<%=i%>"> ...... do something ....... </logic:equal> Is there a way to do this ? _____________________________________________________________________ This message has been checked for all known viruses by Star Internet delivered through the MessageLabs Virus Scanning Service. For further information visit http://www.star.net.uk/stats.asp or alternatively call Star Internet for details on the Virus Scanning Service. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

