Re: struts2 actionerror & actionmessage

2007-10-26 Thread Igor Vlasov
a form have a action="add" and in the action > class(doThingAction.java) I add a message to actionmessage. The problem > here is the value are not store on the action that it rederected > to(). How can I get the > message that I added to on the first action? Help plz..... > >

struts2 actionerror & actionmessage

2007-10-25 Thread cuong.van.truong
I have this actions in the same namespace: example1.jsp doThing In a jsp file a form have a action="add" and in the action class(doThingAction.java) I add a message to actionmessage.