listshuttle « RichFaces « JSF Q&A





1. Why is listShuttle component in richFaces not getting updated?    stackoverflow.com

I am a newbie for Richfaces components. When I am using the <rich:listShuttle>, the Arraylist specified in the targetValue is now getting updated with the latest data? MyJSF File

<a4j:region>
<rich:listShuttle sourceValue="#{bean.selectItems}" id="one"
 targetValue="#{bean.selectItemsone}" ...

2. Doubt in ?    stackoverflow.com

In my application i am using <rich:listshuttle> component and I had provided a blank space for the Label. My doubt is when i keep the mouse pointer in the Copy,Remove,Up and ...

3.  -- Preventing duplicates?    stackoverflow.com

I have a data model in which I have an Item that can belong to one or more Categories. I'm trying to display a <rich:listShuttle /> allowing the user to ...

4.  usage    stackoverflow.com

<rich:listShuttle sourceValue="#{positionList.resultlist)}"

      targetValue="#{cvHome.instance.positions}"

       var="pos"
       sourceCaptionLabel="Current Positions"
       targetCaptionLabel="Interested Positions"
 ...

5.  How to pick value from second textbox in jsf    stackoverflow.com

<rich:listshuttle>
How to pick value from second textbox in jsf.

6. JSF - Disable Individual listShuttle Buttons    stackoverflow.com

With the Richfaces listShuttle component (http://docs.jboss.org/richfaces/latest_3_3_X/en/tlddoc/rich/listShuttle.html), how would one disable/remove ONLY the 'remove' and 'remove all' buttons? I have seen solutions for disabling 'copy all' and 'remove all', or ...

7. Richfaces listshuttle custom button positioning    stackoverflow.com

I have 2 issues with Richfaces shuttlelist component. 1:
I only want the following buttons available for a shuttle list - 'Copy', 'Remove', 'Move Up' & 'Move Down. The problem is Move Up ...

8. Disable rich:listShuttle    stackoverflow.com

I need to disable listshuttle control components. that is, i need to display the following components ..copy, copy all remove and remove all, and First, up down and last. But disable to all ...

9. ListShuttle doesn't work    stackoverflow.com

I am trying to use Rich Faces rich shuttle option. I could get the thing working on the UI, however when I submit the form, the problem arises. It throws 'roles' ...





10. Problem with rich:listShuttle    community.jboss.org

I have been using listShuttle without any issue so far. Recently I am updating sourceValue attribute basing on the search criteria. After this modification now and then while doing copy, remove ...

11.  problem    coderanch.com

OK i see one more thing .. NOW that I have placed on the outside and the inside I can revert it back to conversation scope and it works fine.. AND I have immidiate=true on my command button as well so these are the things I have on my end. 1) scope is Conversation 2) ...

12. RichFaces - listShuttle    coderanch.com

13. Richfaces listShuttle with TypeAhead?    coderanch.com

I have a requirement to produce a dialog much like a richfaces listshuttle component for my UI wherein a user would select one or more items on the left to populate a sublist on the right. This would be in place of a multi-select list field. The list itself will be populated with names from our LDAP directory (calling it a ...

14. How to disable rich:listShuttle controlling components?    coderanch.com

The easiest/safest way to disable JSF components is to use the 'disabled="#{bean.property}"'' construct where the control to be disabled takes its cue from the state of the backing bean named "bean" (or whatever). For a dynamic page, you can alter that property using AJAX and as long as the AJAX request also forces the control to be reRendered, all works well. ...

16. Richfaces ListShuttle component    coderanch.com