In my app I have a few selectOneListbox instances. Depending on the selection in the first, the second one gets populated For example, say listbox1 looks like this: 1 2 3 4 If the user clicks on 2, then the values associated with item two get placed into listbox2. Now all that is working just fine, but there is a problem. ...
hi all i have a problem when working with or . When i select one item and submit it, it just work well ,but after using another or in another page, and making two or three page navigation, the first page's or doesn't remember its selected value. ---------------------------------------------testHandler.java---------------- import javax.faces.component.*; import javax.faces.model.*; import java.util.*; public class ...
I have a page that has a listbox and a reset button. The reset button is supposed to set the data back to the values it had when the page first loaded. When I pick a value off the listbox, that value stays in the "selected" area of the box, but when I hit the reset button, the "selected" value reverts ...