<bean:message key="<%= (String)request.getAttribute("status") %>" /> working for me 
under Struts 1.0, witch struts version have you got ?

 
  Boon Chew <[EMAIL PROTECTED]> a �crit : 
I searched on the archive and didn't find an question similar to this...

What I am trying to achieve is when the action servlet is done its job it
would forward to a
generic JSP page that will show the appropriate message to the user.

For example, at the end of the action servlet,

// save the message resource key
request.setAttribute("status", "status.success");
return (mapping.findForward("message"));

And in message.jsp, I tried doing this in hope of display different message
depending on what is being set in the status attribute.

" />

The above line won't work. It seems like doing a JSP expression within a
tag is not allowed...is there another way or a better way to achieve this?

- boon


--
To unsubscribe, e-mail: 
For additional commands, e-mail: 



---------------------------------
Yahoo! Mail -- Une adresse @yahoo.fr gratuite et en fran�ais !

Reply via email to