| Author |
Struts 2 - Radio and CheckBox Inside Iterator Tag
|
Santhosh Kalisamy
Ranch Hand
Joined: Apr 15, 2008
Posts: 55
|
|
Hello,
Good day!
We are developing a new application with Struts2.
JavaBean Class
Action Class
Now, I need to display All products on 2 pages. Once page, user has to select maximum of one product (radio button) and other pages user can select any no of products (checkbox).
I have to display all the information about the product with option button/checkbox to select.
I have to display the products on each row with option button, so user can select one product each time.
Please help me! I have tried so many options... nothing working out for me.
|
 |
Yogesh Lonkar
Ranch Hand
Joined: Jul 17, 2012
Posts: 82
|
|
for first page you can do is that after Iterator provide select tag
and on second page use
|
Learning some thing New Every Day
|
 |
Santhosh Kalisamy
Ranch Hand
Joined: Apr 15, 2008
Posts: 55
|
|
|
Thanks Yogesh!
|
 |
 |
|
|
subject: Struts 2 - Radio and CheckBox Inside Iterator Tag
|
|
|