I finally found them. After going through some struts sources.
The messages are stored under:
session.getServletContext().getAttribute(Action.MESSAGES_KEY)
I was mislead by some examples in the web where you are told to fetch
them via:
request.getAttribute(Action.MESSAGES_KEY);
Best regards
René
Hello again,
since I'm stuck to struts1.0.2 and there's no way to disable filtering
when using bean:message I'm trying to access MessageResources directly
within my JSPs.
But there is no entry regarding the Action.MESSAGES_KEY. Neither within
the request nor within the session.
I'm going throug
2 matches
Mail list logo