Thursday, 3 April 2014

Adding checkbox to a list in grails

The following is a list that i combined from a device list in a database.
we am duplicate it controlling table. For any quarrel i wanted to
supplement checkbox. how accurately can we do that?



${fieldValue(bean: devicesInstance, field: "dname")}
${fieldValue(bean: devicesInstance, field: "owner")}
${fieldValue(bean: devicesInstance, field: "serailNumber")}
${fieldValue(bean: devicesInstance, field:
"supportingAndroidVersion")}

No comments:

Post a Comment