Hello, i want to display some message and some errors, if there is an exception but the problem is that , in the jsp page, i get only the first line of the error message here is the code :
ActionMessage message = new
ActionMessage("error.fichierEntree.chargement",e.getCause().getMessage());
messages.add(ActionMessages.GLOBAL_MESSAGE, message);
saveErrors(request, messages);
and i put <html:errors> in the jsp
Regards
Elyes.

