Please tell me Y are you using the shaded code when the classes being used
are depricated.
If i use this:
<html:messages id="message"
property="<%=org.apache.struts.action.ActionMessages.GLOBAL_MESSAGE %>">
<bean:write name="message"/>
</html:messages>
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"));
saveErrors(req, errors);
I guess it might be saying
messages.add(ActionMessages.GLOBAL_MMESSAGE, new
ActionMessage("error.mitarbeiter.anlegen")).
OK the next thing is: Can I c your struts-config.xml once?
Jitender Kumar C.V.