Grzegorz Stasica wrote:
hi,
Basically I'd like to ask why I'm not able to access my messages stored
in action from jsp.
ActionMessages m=new ActionMessages();
m.add(ActionMessages.GLOBAL_MESSAGE,new ActionMessage("error.no_value"));
saveMessages(request,m);
in jsp I try this
value="${reques
hi,
Basically I'd like to ask why I'm not able to access my messages stored
in action from jsp.
ActionMessages m=new ActionMessages();
m.add(ActionMessages.GLOBAL_MESSAGE,new ActionMessage("error.no_value"));
saveMessages(request,m);
in jsp I try this
value="${requestScope['org.apache.struts
2 matches
Mail list logo