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

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 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 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

Tutorial for DAO with Struts

2004-09-18 Thread Manuel Wissmann
Hi Folks! Does somebody know a good tutorial for DAO (Data Acess Objects) with struts? THX Manu - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]