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
hei
just check this :+
Are you setting attribute message="true" ?
Thanks.
Jitender Kumar C.V.
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
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
U can use
First method:
Or, you can place specific messages at different locations
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
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
use tag or tag for accessing messages in the
same way as you use tag.
Jitender Kumar C.V.
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
9 matches
Mail list logo