messages into struts 1.1

2003-04-02 Thread [EMAIL PROTECTED]
Hi everyone, Is anybody knows how to use messages system of struts. I just want to print some information on the user screen, so I use an ActionMessages object, then i fill it with ActionMessage, I save it, and in my jsp, I use the tag html:messages id=messages in which messages is the name

Re: messages into struts 1.1

2003-04-02 Thread Gareth Andrew
I've just had a similar problem, recently. The docs seem to be a bit misleading (or perhaps the docs are right and theres a bug somewhere?). html:messages doesn't seem to do any actual writing, its just a form of iterator that loops through the specified messages and puts them in a page-scope

Re: messages into struts 1.1

2003-04-02 Thread Kirby Vandivort
I was just running across this in something i was working on.. In the html tag, try html:messages id=messages message=true and see if that helps. On Wed, Apr 02, 2003 at 12:25:52PM +0100, [EMAIL PROTECTED] wrote: Hi everyone, Is anybody knows how to use messages system of struts. I just

Controlling amount of log messages in Struts 1.1

2003-01-16 Thread John Fairbairn
Hi, I'm using Struts 1.1-b2 within Websphere Studio Application Developer 4. I am getting an excessive amount of messages logged to my console such as: 0 [Thread-1] INFO util.PropertyMessageResources - Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true 10 [Thread-1]

Re: Controlling amount of log messages in Struts 1.1

2003-01-16 Thread V. Cekvenich
Set up your log4.jproperties file to do that. John Fairbairn wrote: Hi, I'm using Struts 1.1-b2 within Websphere Studio Application Developer 4. I am getting an excessive amount of messages logged to my console such as: 0 [Thread-1] INFO util.PropertyMessageResources - Initializing,