| Author |
Struts2Jquery
|
James Peter
Ranch Hand
Joined: Sep 15, 2010
Posts: 114
|
|
Hi all,
How can I check one item by default? any resource showing what attributes it is having and how to set them etc? Please let me know.
Thanks
Peter
|
 |
Johannes Geppert
Ranch Hand
Joined: Jan 12, 2010
Posts: 67
|
|
with value attribute.
<sj:checkboxlist
id="checkboxbuttonset"
tooltip="Choose your Friends"
label="Friends"
list="{'Patrick', 'Jason', 'Jay', 'Toby', 'Rene'}"
value="Jay"
name="echo"/>
Johannes
|
My Java and Webprogramming Blog
|
 |
James Peter
Ranch Hand
Joined: Sep 15, 2010
Posts: 114
|
|
|
Thanks for help.
|
 |
James Peter
Ranch Hand
Joined: Sep 15, 2010
Posts: 114
|
|
Hi,
Below one is working
But if I use same procedure for objectList then it is not working.
I also tried
is there other way to work with Objects List? Please let me know.
Thanks
Peter
|
 |
 |
|
|
subject: Struts2Jquery
|
|
|