Comparing struts ognl value to scriptlet value in JSP

Posted by Vinayak.B on Stack Overflow See other posts from Stack Overflow or by Vinayak.B
Published on 2009-03-04T12:25:14Z Indexed on 2010/04/02 5:03 UTC
Read the original article Hit count: 549

Filed under:
|
|
|

I have to compare this to a value like below:

${page_id } ---- <% out.print(a); %>

<c:if test="${page_id != a}">

How can I do this?

© Stack Overflow or respective owner

Related posts about java

Related posts about jsp