RE: [OS-webwork] Newbie: Please help with array/list of objects ...

2003-05-31 Thread Jason Carreira
g the earlier ones), then +1 :-) > -Original Message- > From: Pat Lightbody [mailto:[EMAIL PROTECTED] > Sent: Friday, May 30, 2003 11:02 PM > To: [EMAIL PROTECTED] > Subject: Re: [OS-webwork] Newbie: Please help with array/list > of objects ... > > > Simple en

Re: [OS-webwork] Newbie: Please help with array/list of objects ...

2003-05-31 Thread Pat Lightbody
> -Original Message- > > From: Pat Lightbody [mailto:[EMAIL PROTECTED] > > Sent: Friday, May 30, 2003 2:29 PM > > To: [EMAIL PROTECTED] > > Subject: Re: [OS-webwork] Newbie: Please help with array/list > > of objects ... > > > > > > You add th

RE: [OS-webwork] Newbie: Please help with array/list of objects ...

2003-05-31 Thread Jason Carreira
iday, May 30, 2003 2:29 PM > To: [EMAIL PROTECTED] > Subject: Re: [OS-webwork] Newbie: Please help with array/list > of objects ... > > > You add that property file in the same package as SomeClass.class > > As for default converters and stuff like that, it's triv

Re: [OS-webwork] Newbie: Please help with array/list of objects ...

2003-05-31 Thread Pat Lightbody
rreira" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 30, 2003 11:00 AM Subject: RE: [OS-webwork] Newbie: Please help with array/list of objects ... > Where do you add this? > > How do I add a converter that's ALWAYS used (or at least the default

RE: [OS-webwork] Newbie: Please help with array/list of objects ...

2003-05-31 Thread Jason Carreira
... > } > > How can it get any simpler? > > -Pat > > - Original Message - > From: "Jason Carreira" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, May 30, 2003 10:18 AM > Subject: RE: [OS-webwork] Newbie: Please help with array/l

Re: [OS-webwork] Newbie: Please help with array/list of objects ...

2003-05-31 Thread Pat Lightbody
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 30, 2003 10:18 AM Subject: RE: [OS-webwork] Newbie: Please help with array/list of objects ... > Is it better than Commons beanutils? The type conversion there is VERY > simple, and it's nice to have a registry to register conve

RE: [OS-webwork] Newbie: Please help with array/list of objects ...

2003-05-31 Thread Jason Carreira
Message- > From: Pat Lightbody [mailto:[EMAIL PROTECTED] > Sent: Friday, May 30, 2003 1:11 PM > To: [EMAIL PROTECTED] > Subject: Re: [OS-webwork] Newbie: Please help with array/list > of objects ... > > > Well, Ognl is MUCH more powerful, and it's type conversion &g

Re: [OS-webwork] Newbie: Please help with array/list of objects ...

2003-05-31 Thread Pat Lightbody
ct: Re: [OS-webwork] Newbie: Please help with array/list of objects ... > Is there any reason why Ognl is prefer over jstl el ? Thought it might be > better to go with the standard approach. > > --- Pat Lightbody <[EMAIL PROTECTED]> wrote: > > I don't think is yet supporte

RE: [OS-webwork] Newbie: Please help with array/list of objects ...

2003-05-31 Thread Buorn, Yoway
lto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 5:38 AM To: Pat Lightbody; [EMAIL PROTECTED] Subject: Re: [OS-webwork] Newbie: Please help with array/list of objects ... Pat Lightbody wrote: >I don't think is yet supported by Ognl. The Ognl mailing list has been VERY >quiet lately... it&#

Re: [OS-webwork] Newbie: Please help with array/list of objects ...

2003-05-30 Thread Drew Davidson
Pat Lightbody wrote: I don't think is yet supported by Ognl. The Ognl mailing list has been VERY quiet lately... it's starting to worry me a bit... Drew? You still around? Need any help? :) I'm alive :-) I had to take a job a while back. Contracts were getting few and far between. I guess O

Re: [OS-webwork] Newbie: Please help with array/list of objects ...

2003-05-30 Thread Heng Sin Low
ting to worry me a bit... > > Drew? You still around? Need any help? :) > > -Pat > > - Original Message - > From: "Jason Carreira" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, May 29, 2003 9:32 AM > Subject: RE: [OS-webwor

Re: [OS-webwork] Newbie: Please help with array/list of objects ...

2003-05-30 Thread Pat Lightbody
CTED]> Sent: Thursday, May 29, 2003 9:32 AM Subject: RE: [OS-webwork] Newbie: Please help with array/list of objects ... > Try having indexed getters and setters, like so: > > public Kardon getKardon(int index) > public void setKardon(int index, Kardon kardon) > > This might allo

RE: [OS-webwork] Newbie: Please help with array/list of objects ...

2003-05-30 Thread Jason Carreira
Try having indexed getters and setters, like so: public Kardon getKardon(int index) public void setKardon(int index, Kardon kardon) This might allow you to to use the index notation (not making any promises :-)) Jason > -Original Message- > From: Buorn, Yoway [mailto:[EMAIL PROTECTED]