Hi!

On items.jsp page i have both tags <stripes: errors/> and <stripes:messages/>.
On this page I have a form which calls Some1ActionBean.autoAddItem() containing
lines:

...
this.getContext().getMessages().add(new SimpleMessage("Item was added."));
return new ForwardResolution(Some2ActionBean.class, "listItems");

Some2ActionBean.listItems() forwards to items.jsp, but I can not see the message
"Item was added." there.

Is this documented to be so and I'm wrong expecting that messages will be passed
or am I doing something wrong? What should I do to make it work?

Thanks in advance.


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to