Have an Object Customer
Name
Address
isEligibleCustomer -- boolean
In the Prepare action
Created list of these Customer objects.
and this customer list is set to request.
want to check the checkbox according to the value of the Object
isEligibleCustomer of Customer object.
not sure how to do this. The form of the jsp is not having the
isEligibleCustomer .
Tried with below code. getting exception that there is no getter method in
the form. how to get the value of the object Customer? what should be the
property value of the html:checkbox?
In jsp
<display:table name="CustomersList" id="row_noneligible"
requestURI="PrepareAction.do" >
......................
......................
<!-- Checkbox -->
<display:column>
<html:checkbox name="Form1" property="isEligibleCustomer" />
</display:column>
...................
.....................
</display>
Thanks.
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user