Request.getAttribute 2007-11-01 - By Dave Newton
Back --- "Peters, John" <John.Peters@(protected)> wrote: > Setting request.setAttribute("status") in my > Action.java, is there a tag to get it in the JSP > page?
Which version of Struts?
If you're using a JSP 2.0 container ${status} should work, or you can explicitly scope it if you prefer.
d.
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|