scot summers

Greenhorn
+ Follow
since Apr 28, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by scot summers

one more
backing bean should be defined in scope - request and it should not hold the state
16 years ago
JSF
hi
i need some ideas as to how to implement this:
i have a screen with a few check boxes.Here i need to select atleast one checkbox (or else validation error) and when i press next button, these selected check boxes labels should appear in the next screen.

i tried this but it didn't work.
i assigned the selected checkboxes to a bean property and and used the same bean in the next screen to dynamically generate labels for selected ones.

any help appreciated.
16 years ago
JSF