RE: How to initialize a List property through action configuration

2009-02-07 Thread Martin Gainty
endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > Date: Sat, 7 Feb 2009 19:49:46 -0500 > From: newton.d...@yahoo.com > To: user@struts.apache.org > Subject: Re: How to initialize a L

Re: How to initialize a List property through action configuration

2009-02-07 Thread Dave Newton
Please send brand new messages when starting new threads, otherwise the new threads are deeply embedded in existing, different threads. http://i43.tinypic.com/3326m44.png Dave Struts Two wrote: If I have a property such as private List myList; Is there a way that I can initialize

How to initialize a List property through action configuration

2009-02-07 Thread Struts Two
If I have a property such as private List myList; Is there a way that I can initialize the list through action configuration? I have tried the following: #action name="queueContent" class="ccol.action.queue.QueueRead" method="getMyQueueContent"# #param name="myList"#