Re: s:checkboxlist help

2010-05-05 Thread Upasana Sharma
thanks for the response the issue is solved as On Wed, May 5, 2010 at 2:41 PM, Sébastien Domergue < sebastien.domer...@c-s.fr> wrote: > Hi, > > the label attribute is only used to render the label of the group of > checkboxes. It is not used in an iterative way. In order to access to your

Re: s:checkboxlist help

2010-05-05 Thread Sébastien Domergue
Hi, the label attribute is only used to render the label of the group of checkboxes. It is not used in an iterative way. In order to access to your .properties file, you have to build your list in your action then give it in list attribute. Regards Sébastien Le 05/05/2010 10:56, Upasana Sh

Re: s:checkboxlist is there a way to do checked/unchecked

2009-03-21 Thread sajidbigler
i resolved this senario by replacing JSP as > -- View this message in context: http://www.nabble.com/s%3Acheckboxlist-is-there-a-way-to-do-checked-unchecked-tp22633750p22635748.html Sent from the Struts - User mailing list archive at Nabble.com. --

Re: s:checkboxlist is there a way to do checked/unchecked

2009-03-21 Thread sajidbigler
i resolved this senario by replacing JSP as > -- View this message in context: http://www.nabble.com/s%3Acheckboxlist-is-there-a-way-to-do-checked-unchecked-tp22633750p22635745.html Sent from the Struts - User mailing list archive at Nabble.com. --

Re: s:checkboxlist is there a way to do checked/unchecked

2009-03-21 Thread sajidbigler
i resolved this senario by replacing JSP as > -- View this message in context: http://www.nabble.com/s%3Acheckboxlist-is-there-a-way-to-do-checked-unchecked-tp22633750p22635741.html Sent from the Struts - User mailing list archive at Nabble.com. --

Re: s:checkboxlist

2009-02-26 Thread Jiří Chaloupka
Hallo Jim, perfect, thank you Jiri Jim Kiley napsal(a): The way I solved this was to add my own theme, and change the xhtml theme's "checkboxlist" template to match what I wanted 'my' checkboxlist to do. Under the root of your web app, add a directory named "template". Under "template" add

Re: s:checkboxlist

2009-02-26 Thread Jim Kiley
The way I solved this was to add my own theme, and change the xhtml theme's "checkboxlist" template to match what I wanted 'my' checkboxlist to do. Under the root of your web app, add a directory named "template". Under "template" add a directory called "myapp". Then copy checkboxlist.ftl out of