Problem with logic:equal tag when used with bean:write
Hi All,
I have a problem with logic:equal.When i tried to use the following piece of code its not working
<logic:equal name="var in session" value="<bean:write name='var in request'/>">
Do some thing
</logic:equal>
its not working i know we cant use nested tags
is thr any alternative instead of using a scriplet

