No, it is in a facet for a panelPage. In it, I have a panelGroupLayout, then a panelHorizontalLayout and finally in it the panelPage.
If you feel it's best, I can attach the code or paste it in the mail body. Either way, if the selectOneChoice were in a table (something I will surely need), what would the solution be? Thank you, Francisco > Francisco, > > Is your selectOneChoice in a table? > > -----Original Message----- > From: Francisco Passos [mailto:[EMAIL PROTECTED] > Sent: Monday, April 09, 2007 10:55 AM > To: [email protected] > Subject: Keeping selectOneChoice selection > > > Hello there. > > I'm new to JSF and Trinidad, so please bear with my simplistic doubts. > > I'm struggling to keep a selectOneChoice selection upon a postback using a > request-scoped bean. > > At first I couldn't even maintain the values in the list, but I found that > placing a h:inputHidden on the page and declaring its value to be > #{myBean.valueList}, they could be kept. Furthermore I've tested the seme > using pageFlow and it worked. > > However, I cannot keep the selected value in the dropdown list, it just > resets. > > What is the correct way to do this simple task without using session > beans? > > Thank you for your time and attention, > > Francisco Passos >
