comparision in jsp
- From: "ashutosh" <ashutosh_ag@xxxxxxxx>
- Date: 27 May 2005 02:40:14 -0700
right now i m using
<% if (request.getAttribute("Error1") != null) { %>
 
<font color = "red"><%= request.getAttribute("Error1") %>
<% } %>
now i want to complare request.getAttribute("Error1") with a value 303,
which i got from setAttribute("Error1","303")).
i want, if(request.getAttribute("Error1") is equal to 303)
can anybody tell me the correct syntax for it in jsp.
.
- Prev by Date: Re: Added JPanel to JScrolledPane, won't scroll
- Next by Date: Re: Too much JMenu items in a JPopupMenu
- Previous by thread: JGoodies or new Title Bar?
- Next by thread: refreshing/paint()
- Index(es):