orderingList « RichFaces « JSF Q&A





1. rich:orderingList usage example    stackoverflow.com

can anyone provide me with an example of how to use th rich:orderingList control? I've gotten to the point where I'm able to display the data as I wanted but now ...

2. How to provide a minimum width for rich:orderingList control    stackoverflow.com

We use rich:orderingList with the following attributes listHeight="auto" listWidth="auto", this causes it to auto re-size and if there are smaller strings within the list, the list width is very ...

4. Converter and richfaces orderingList    coderanch.com

I don't believe you need a SelectItem list there. An ordinary collection will do. I went more than a little insane trying to get that stuff to work, and what it seems to all boil down to is that there's no server-side storage of the model for the RichFaces orderingList. Instead, it has to be serialized to text (String) form, written ...

5. Richfaces orderingLIst converter    coderanch.com

JSF is an abstract system which allows (or actually more like requires) you to separate the View generation (rendering) from the other functions. In the vast majority of cases, the renderer that is employed is the HTML renderer. HTML is a text-only markup language. Everything in an HTML request input stream is text, and everything in an HTML response stream is ...

6. getItems in rich:orderingList    coderanch.com