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:
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
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
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
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
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
6 matches
Mail list logo