This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSF and the fly likes SelectManyCheckBox  -- Help Needed Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "SelectManyCheckBox  -- Help Needed" Watch "SelectManyCheckBox  -- Help Needed" New topic
Author

SelectManyCheckBox -- Help Needed

Mahi Tummala
Greenhorn

Joined: Dec 25, 2008
Posts: 1
Code
====




Excepted output for the code on this page (ex: page1)
=====================================================

item1
---> checkBox1
---> checkBox2
item2
---> checkBox1
---> checkBox2

Requirement
============

when i select checkBox1 under item1 and checkBox2 under item2 and click "next" button .. user is on page2 if the user click previous button... user should able to see all his previous selections for all items selected

Problem
========

but only item 2 checked values are shown and item1 values are not show as checked


Can some tell me solution how to achieve this.

Thanks for your time....

- Mahesh Tummala
Bauke Scholtz
Ranch Hand

Joined: Oct 08, 2006
Posts: 2458
Crossposted: http://forums.sun.com/thread.jspa?threadID=5357457
Please read this: http://faq.javaranch.com/java/BeForthrightWhenCrossPostingToOtherSites


Code depot of a Java EE / JSF developer | JSF / Eclipse / Tomcat kickoff tutorial | DAO kickoff tutorial | I ♥ Unicode
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: SelectManyCheckBox -- Help Needed
 
Similar Threads
Problem in JSF
Exception during addition of data from UI
prevent auto submit
How to succesfully replace 4 components with 7? :)
access variable of a s:select (struts2)