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
int other than in the tag? Matt -Original Message- 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 t

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
Try setting the message="true" attribute of the tag. The default is false which means that you are actually testing for ActionErrors not ActionMessages. -Original Message- From: Matthew Hegarty [mailto:[EMAIL PROTECTED] Sent: 19 April 2004 15:49 To: '[EMAIL PROTECTED]' Subject: ActionMes