Re: key property of s:checkbox tag

2008-03-24 Thread Martin Gainty
you can also use http://struts.apache.org/2.0.6/docs/checkboxlist.html so in your case take myList and use it to set the list attribute as in this example M- - Original Message - From: "Kibo" <[EMAIL PROTECTED]> To: Sent: Monday, March 24, 2008 2:38 PM Subject: Re:

Re: key property of s:checkbox tag

2008-03-24 Thread Emil.I
's a set it's probably the object. > > Maybe reposting the data structure contained in the set and the set > declaration would be a good idea, though. > > Dave > > > > ----- > To unsubs

Re: key property of s:checkbox tag

2008-03-24 Thread Kibo
: - Tomas Jurman Czech Republic -- View this message in context: http://www.nabble.com/key-property-of-s%3Acheckbox-tag-tp16241092p16259170.html Sent from the Struts - User mailing list archive at Nabble.com

Re: key property of s:checkbox tag

2008-03-24 Thread Dave Newton
--- "Emil.I" <[EMAIL PROTECTED]> wrote: > > > skillCode being the property of object in a set whihc i iterate over, > doesn't work. Try #skill.skillCode, if you're using "skill" as the ID of the iterated object. > >>> If it's a map IIRC the object pushed is a Map.Entry (allowing access by t

Re: key property of s:checkbox tag

2008-03-24 Thread Emil.I
> >> From: "Emil.I" <[EMAIL PROTECTED]> >> Reply-To: Struts Users Mailing List >> Date: Mon, 24 Mar 2008 10:23:07 -0700 (PDT) >> To: >> Subject: Re: key property of s:checkbox tag >> >> >> So can i nest s:property within. Eg.:

Re: key property of s:checkbox tag

2008-03-24 Thread Randy Burgess
Have you tried this syntax? Regards, Randy Burgess Sr. Web Applications Developer Nuvox Communications > From: "Emil.I" <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List > Date: Mon, 24 Mar 2008 10:23:07 -0700 (PDT) > To: > Subject: Re: key property o

Re: key property of s:checkbox tag

2008-03-24 Thread Emil.I
So can i nest s:property within. Eg.: the preceeding doesn't work. Is there anyway not including the solution, where you put s:property tag beside s:checkbox, but actually setting the key property of s:checkbox tag with skillCode? Emil.I wrote: > > Hello, > i iterate through

Re: Key property

2008-03-23 Thread stanlick
y of an > iterable element. eg: > > > > > > skillCode is a string property of Skill object and i want it to be > assigned > to skill property > of the s:checkbox tag. What is the syntax? > > > > -- > View this message in context: > http://www.

Key property

2008-03-23 Thread Emil.I
ext: http://www.nabble.com/Key-property-tp16241092p16241092.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

R: "not-null" attribute in "key-property" tag cause xml parsing error

2005-09-19 Thread Bianchi Fabio
s [mailto:[EMAIL PROTECTED] Inviato: lunedì 19 settembre 2005 14.07 A: Struts Users Mailing List Oggetto: Re: "not-null" attribute in "key-property" tag cause xml parsing error On 9/19/05, Bianchi Fabio <[EMAIL PROTECTED]> wrote: > hi all, > > this is my hbm.xml:

Re: "not-null" attribute in "key-property" tag cause xml parsing error

2005-09-19 Thread Larry Meadors
On 9/19/05, Bianchi Fabio <[EMAIL PROTECTED]> wrote: > hi all, > > this is my hbm.xml: Huh? > why ? Huh? > what can I do ? Try posting to the Hibernate user list instead? ;-) Larry - To unsubscribe, e-mail: [EMAIL PROTECTED

"not-null" attribute in "key-property" tag cause xml parsing error

2005-09-19 Thread Bianchi Fabio
hi all, this is my hbm.xml: .. .. .. the output Error: [19/09/05 9.03.38:601 CEST] 736f736f XMLHelper E org.hibernate.util.XMLHelper Error parsing XML: XML InputStream(33) the attribute "not-null" must be declared for element type "key-property". [19/09