Thanks again for your reply. I found valuable information especially at http://www.mail-archive.com/user%40struts.apache.org/.
I eventually found the issue origin. It comes from a silly misunderstanding on message nature. What you put in a message is only a key. If you have no entry for this...
Thanks for your reply Rhon.
I have tried without message="true" and I get the same error. In fact, it was predictable because I had put message="true" also in <logic:messagesPresent message="true">. As i enter this loop, I am pretty sure that real messages (with key Globals.MESSAGE_KEY) are...
I get this: "Cannot find bean msg in any scope" with the following code in my jsp page:
<logic:messagesPresent message="true">
there are messages:<br>
<ul>
<html:messages id="msg" message="true">
<li><bean:write name="msg" /></li>
</html:messages>
</ul>
</logic:messagesPresent>
I know...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.