Posted By:
Prateek_Agarwal
Posted On:
Monday, December 1, 2008 04:30 AM
Hi im new to jguru. the problem i m facing is in when i use radio button. suppose i save the value of the selectOneRadio button in my DB. when i click in edit page i need to populate and check the same button based on what the user had selected during creating. suppose he selected YES in the create page and says SAVE on click of edit page he should be able to see the same.(YES should be tick on its own). How to achieve it. and in bean i have private String select; //getter //setter
More>>
Hi im new to jguru.
the problem i m facing is in when i use radio button.
suppose i save the value of the selectOneRadio button in my DB.
when i click in edit page i need to populate and check the same button based on what the user had selected during creating.
suppose he selected YES in the create page and says SAVE
on click of edit page he should be able to see the same.(YES should be tick on its own).
How to achieve it.
and in bean i have
private String select;
//getter
//setter