Re: zoning out on some basic LazyDynaMap usage for a text field property?

2007-12-02 Thread Rick Reumann
t; of struts-config file > > http://struts.apache.org/1.2.7/api/org/apache/struts/action/ActionMapping.ht > ml > > complete example located at > /src/test/org/apache/struts/action/TestDynaActionFormClass.java > > M-- > - Original Message - > From: "Vinny"

Re: zoning out on some basic LazyDynaMap usage for a text field property?

2007-12-02 Thread Martin Gainty
;Vinny" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Friday, November 30, 2007 8:57 PM Subject: Re: zoning out on some basic LazyDynaMap usage for a text field property? > Hmm, > I've never tried using lazy inside a standard ActionForm, the ones that I &

Re: zoning out on some basic LazyDynaMap usage for a text field property?

2007-11-30 Thread Rick Reumann
On Nov 30, 2007 8:57 PM, Vinny <[EMAIL PROTECTED]> wrote: > Hmm, > I've never tried using lazy inside a standard ActionForm, the ones that I > have work inside of > a DynaValidatorActionFom (say that 3 times fast). Don't feel like writing > a > reset method? Unless I'm missing something, the res

Re: zoning out on some basic LazyDynaMap usage for a text field property?

2007-11-30 Thread Vinny
> I swore I used to be able to do this stuff... maybe it's Friday thing, but > regardless I'm blanking on out on what I'm doing wrong with this... > > I have an ActionForm that has one property right now: > private LazyDynaBean dynaBean = new LazyDynaMap(); > >

zoning out on some basic LazyDynaMap usage for a text field property?

2007-11-30 Thread Rick Reumann
I swore I used to be able to do this stuff... maybe it's Friday thing, but regardless I'm blanking on out on what I'm doing wrong with this... I have an ActionForm that has one property right now: private LazyDynaBean dynaBean = new LazyDynaMap(); My goal is to be able t

Re: LazyDynaMap

2005-02-12 Thread Vic
Not in my case: - I use this outside of Sturts :-P - iBatis uses ArrayList ... not [] I am sure I can do something based on commons beans code for me, but it be nice to have it in the jar. .V Niall Pemberton wrote: Would specifying an array of LazyDynaMap in the struts-config.xml do what you

Re: LazyDynaMap

2005-02-12 Thread Niall Pemberton
Would specifying an array of LazyDynaMap in the struts-config.xml do what you want? Niall - Original Message - From: "Vic" <[EMAIL PROTECTED]> To: Sent: Sunday, February 13, 2005 12:28 AM Subject: ot: LazyDynaMap > This looks very nice! I plan to use it

ot: LazyDynaMap

2005-02-12 Thread Vic
This looks very nice! I plan to use it w/ JDNC. It be nice to have a DynaList. It would be an indexed ArrayList of ListDynaMaps. So from iBatis I can return an ArrayList of Maps as DTO and just map it. .V Niall Pemberton wrote: You could use a LazyDynaMap to do this (with Struts 1.2.4