Hi
Could anyone help me out on the following issue.
i set the request.setAttribute("Task","John") in action class.
in a forwarded jsp i wanted to compare the value set ijn action class by
using logic:equal
My code in Jsp is:
<logic:equal parameter="Task" value="John">John Wright</logic:equal>But this gives me the error as: Cannot compare null variable to value John Please help me out Thanks & Regards, Sachin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
