Re: Accessing ActionMessages in a jsp-File!

2004-09-17 Thread Manuel Wissmann
Now it works Thank you very much!! Jitender K Chukkavenkata schrieb: hei just check this :+ Are you setting attribute message="true" ? Thanks. Jitender Kumar C.V. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Re: Accessing ActionMessages in a jsp-File!

2004-09-17 Thread Jitender K Chukkavenkata
hei just check this :+ Are you setting attribute message="true" ? Thanks. Jitender Kumar C.V.

Re: Accessing ActionMessages in a jsp-File!

2004-09-17 Thread Jitender K Chukkavenkata
Please tell me Y are you using the shaded code when the classes being used are depricated. If i use this: i get no message in my jsp file. Once Again my Actionclass says: ActionMessages messages = new ActionMessages(); errors.a

Re: Accessing ActionMessages in a jsp-File!

2004-09-17 Thread Manuel Wissmann
If i use this: i get no message in my jsp file. Once Again my Actionclass says: ActionMessages messages = new ActionMessages(); errors.add(ActionErrors.GLOBAL_ERROR, new ActionError("error.mitarbeiter.anlegen")); saveErro

Re: Accessing ActionMessages in a jsp-File!

2004-09-17 Thread Jitender K Chukkavenkata
U can use First method: Or, you can place specific messages at different locations

Re: Accessing ActionMessages in a jsp-File!

2004-09-17 Thread Manuel Wissmann
Jitender K Chukkavenkata schrieb: use tag or tag for accessing messages in the same way as you use tag. Jitender Kumar C.V. Hi! Can you give me an example how i use in this case? - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Accessing ActionMessages in a jsp-File!

2004-09-17 Thread Honza Spurný
I would try this: <%= actionMessages.getMessage(...) %> I dont know if it works, since I have no way now to test it... You have to find somewhere value of GLOBAL_ERROR and then it is easy, i think. -- Honza Manuel Wissmann wrote: > Hi Everbody! > > I've got the following problem: > > In my

Re: Accessing ActionMessages in a jsp-File!

2004-09-17 Thread Jitender K Chukkavenkata
use tag or tag for accessing messages in the same way as you use tag. Jitender Kumar C.V.

Accessing ActionMessages in a jsp-File!

2004-09-17 Thread Manuel Wissmann
Hi Everbody! I've got the following problem: In my MitarbeiterAction.java I've got the following Code: ... public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest req, HttpServletResponse res) throws Exception { ActionMessages m