RE: Re: checkbox for nested collection

2005-12-08 Thread Neil Meyer
Thanks Laurie, It worked perfectly. Neil Meyer -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper Sent: 07 December 2005 12:30 AM To: user@struts.apache.org Subject: Re: checkbox for nested collection Neil Meyer wrote: > Good day, > > I rea

RE: Re: checkbox for nested collection

2005-12-06 Thread Neil Meyer
Thanks I will try that. Regards Neil Meyer -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper Sent: 07 December 2005 12:30 AM To: user@struts.apache.org Subject: Re: checkbox for nested collection Neil Meyer wrote: > Good day, > > I read all t

Re: checkbox for nested collection

2005-12-06 Thread Laurie Harper
Neil Meyer wrote: Good day, I read all the topics on checkboxes in this list but couldn't find a solution for my problem. I hope there is somebody that can shed some light on this to me. I have a dynamic list of menu items that is retrieved from a database into an array property. I have to arr

RE: checkbox for nested collection

2005-12-06 Thread Neil Meyer
user. Any help will be appreciated. Regards Neil Meyer -Original Message- From: Per Jørgen Walstrøm [mailto:[EMAIL PROTECTED] Sent: 02 December 2005 04:39 PM To: Struts Users Mailing List Subject: Re: checkbox for nested collection ok, I finally solved it. Here is what I did: 1) in my f

Re: SV: Re: SV: Re: checkbox for nested collection

2005-12-04 Thread Laurie Harper
manually, based on the intermediate values. It just seems like an unnecessary extra step... cheers, pj -Opprinnelig melding- Fra: Laurie Harper [mailto:[EMAIL PROTECTED] Sendt: 1. desember 2005 19:44 Til: user@struts.apache.org Emne: Re: SV: Re: checkbox for nested collection The trick i

Re: checkbox for nested collection

2005-12-02 Thread Per Jørgen Walstrøm
iling List Emne: SV: Re: SV: Re: checkbox for nested collection thank you for your answer. I think I know the request processing life-cycle, but what I apparently do not know, is how to map those checkboxes... The thing is that the "restrictive"-property is a direct mapping to the

SV: Re: SV: Re: checkbox for nested collection

2005-12-02 Thread Per Jørgen Walstrøm
cheers, pj -Opprinnelig melding- Fra: Laurie Harper [mailto:[EMAIL PROTECTED] Sendt: 1. desember 2005 19:44 Til: user@struts.apache.org Emne: Re: SV: Re: checkbox for nested collection The trick is understanding the request processing life-cycle. The following is the sequence of events: - Str

Re: SV: Re: checkbox for nested collection

2005-12-01 Thread Laurie Harper
melding- Fra: Laurie Harper [mailto:[EMAIL PROTECTED] Sendt: 1. desember 2005 00:03 Til: user@struts.apache.org Emne: Re: checkbox for nested collection Per Jørgen Walstrøm wrote: hello, I have the following code in my jsp: my Collection geSectionComponents contains objects of

SV: Re: checkbox for nested collection

2005-12-01 Thread Per Jørgen Walstrøm
geSectionComponents-Collection)? /pj -Opprinnelig melding- Fra: Laurie Harper [mailto:[EMAIL PROTECTED] Sendt: 1. desember 2005 00:03 Til: user@struts.apache.org Emne: Re: checkbox for nested collection Per Jørgen Walstrøm wrote: > hello, > I have the following code in my jsp: >

Re: checkbox for nested collection

2005-11-30 Thread Laurie Harper
Per Jørgen Walstrøm wrote: hello, I have the following code in my jsp: my Collection geSectionComponents contains objects of type GeSectionComponent GeSectionComponent.java (an auto-generated Hibernate POJO), contains the following field (with getter and setter): private Boolean restrict

Re: checkbox for nested collection

2005-11-30 Thread Adam Hardy
Per Jørgen Walstrøm on 30/11/05 17:09, wrote: hello, I have the following code in my jsp: my Collection geSectionComponents contains objects of type GeSectionComponent GeSectionComponent.java (an auto-generated Hibernate POJO), contains the following field (with getter and setter): private

checkbox for nested collection

2005-11-30 Thread Per Jørgen Walstrøm
hello, I have the following code in my jsp: my Collection geSectionComponents contains objects of type GeSectionComponent GeSectionComponent.java (an auto-generated Hibernate POJO), contains the following field (with getter and setter): private Boolean restrictive; How do I go about to ma