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.