Hi,

maybe I asked something realy stupid, but how I display user-messages like
"login successfull" on my JSP-Page wich comes from my Action-Class. I know
that I have to use something like that:
ActionMessages messages=new ActionMessages();
 messages.add(ActionMessages.GLOBAL_MESSAGE,new
ActionMessage("login.succesful.key"));
 saveMessages(request,messages);

But how do I display that message now on my JSP-Page.

ANOTHER question: With <html:errors/> I write out all errors at that page
but how can I write a special error at a special place on a JSP-Page. I have
something in mind like a formular with different input-fields and if the
user submits that formular with a wrong or with more wrong fields a
error-message should apear under that wrong field!

Thanks !!!!

Reply via email to