2009/8/27 damuchinni <damuchi...@gmail.com>: > i have a requirement to show multiple messages in a jsp , can i use > <bean:message>, will this support to get multiple messages in a jsp.
Take a look on my code snippet, I've been using it many times <logic:messagesPresent name="<%=Globals.MESSAGE_KEY%>"> <table> <html:messages id="message" message="true"> <tr> <td><bean:write name="message" /></td> </tr> </html:messages> </table> </logic:messagesPresent> Regards -- Lukasz http://www.lenart.org.pl/ http://dailylog.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org