<snip/>

> <html:messages id="msg" property="messages" message="true">
>   <c:out value="${msg}"/>
> </html:messages>
> 
> 

Can you do that?  Don't you have to use html-el:messages if you want to use c:out?  
Have you tried 

<html:messages id="msg" property="messages" message="true">
  <bean:write name="msg"/>
</html:messages>

Sri

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to