By 'old struts', I'm assuming 1.x ...

In our application, our application sets values into the request with
request.setAttribute("varName", var) and then references the variables in
the jsp with (for example) <c:out value="${varName}" />

Then you can use the <c:if/> tags etc, 

Not sure if I answered your question...
-- 
View this message in context: 
http://old.nabble.com/Question-about-objects-in-a-JSP-tp26403401p26415181.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to