RE: ActionMessages won't display

2004-04-19 Thread Matthew Hegarty
IL PROTECTED] Subject: RE: ActionMessages won't display Sorry for missing that Matt. The id = 'varName' is the object name which will hold each message in the messages list as it iterates through. All you should need is something along the following:

RE: ActionMessages won't display

2004-04-19 Thread mike . raath
Mailing List' Subject: RE: ActionMessages won't display Mike Thanks for response. I had tried that but to no avail (I mentioned it near the end of my original message) I am not clear as to what 'id="messages"' which appears in the html:messages tag is supposed to refer to. Acc

Re: ActionMessages won't display

2004-04-19 Thread Irfandhy Franciscus
Hi, mmm usually for errors I will use ActionErrors. But from what I understand about ActionMessages if you do: Struts will get all the mesages from request that are tied to ActionMessages.GLOBAL_MESSAGE. So perhaps we can try to remove the logic tag .. I feel there is no need for a logic

RE: ActionMessages won't display

2004-04-19 Thread Matthew Hegarty
ge- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 19 April 2004 15:54 To: [EMAIL PROTECTED] Subject: RE: ActionMessages won't display Try setting the message="true" attribute of the tag. The default is false which means that you are actually testing for ActionErrors not Act

RE: ActionMessages won't display

2004-04-19 Thread mike . raath
ECTED]' Subject: ActionMessages won't display Hello I am hoping someone can help with an ActionMessages problem I am setting ActionMessages in my action, but they are not appearing in the page. The action code is: if(showDetails.size() == 0 ) { LOGGER.debug("no ShowDetails found

ActionMessages won't display

2004-04-19 Thread Matthew Hegarty
Hello I am hoping someone can help with an ActionMessages problem I am setting ActionMessages in my action, but they are not appearing in the page. The action code is: if(showDetails.size() == 0 ) { LOGGER.debug("no ShowDetails found"); ActionMessages messages = new ActionMes