unable to display ActionMessage in struts




Hi,
I am not able to see the message on my jsp page.
This is the setup.

jsp page :

<logic:messagesPresent message="true">
<html:messages message="true" id="msg">
<bean:write name="msg" ignore="true"/>
</html:messages>
</logic:messagesPresent>


Action:

ActionMessages actionMessages = new ActionMessages();
actionMessages.add("message1", new ActionMessage("message.test"));
saveMessages(req,actionMessages);

ApplicationResources.properties :
message.test=Required fields not entered




Any help would be appreciated.
TIA

.



Relevant Pages

  • Re: asp.net 2.0 and Ajax
    ... The problem is probably that you do not have IIS setup as the "ASP.NET" ... It's pretty basic for jsp you need to setup tomcat to deal with calls to jsp ... Does any one have any ideas why Ajax doesn't work ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)
  • How to reload a jsp?
    ... I have a JSP that shows a table, from which the user can select the ... he selects them by clicking the checkboxes ... TIA. ... Prev by Date: ...
    (comp.lang.java.programmer)
  • Re: error 404 with servlet not found...newbie question
    ... >>A couple of jsp pages and a couple of servlets. ... What URL are you trying to access your servlets with. ... Here is my setup that I have now... ...
    (comp.lang.java.programmer)
  • Re: plain JSP in a ASP.NET page
    ... I have a lot of jsp experience but am now moving to C# ... > However, what you could do, is setup IIS to forward JSP requests to your JSP ... > use the URL there's the 2k limit for one, security for another:<). ... > a solid transition and variable passing strategy. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: plain JSP in a ASP.NET page
    ... I have a lot of jsp experience but am now moving to C# ... However, what you could do, is setup IIS to forward JSP requests to your JSP ... use the URL there's the 2k limit for one, security for another:<). ... a solid transition and variable passing strategy. ...
    (microsoft.public.dotnet.framework.aspnet)