Friday, February 11, 2011

JDev/ADF sample - How to Retrieve ADF Select Many Shuttle Selection

  • How to Retrieve ADF Select Many Shuttle Selection. ADF Faces provides long list of rich UI components. One of them shuttle component, it allows to create shuttle type multi-selection lists out of the box. We were looking how to access shuttled items programmatically, didn't found any proper info on the Web - decided to contribute to community with one more hint. If you will read ADF Faces developer guide, there is a suggestion to use ADFShuttleUtils Java Script object in order to access shuttle items. This means you would need to implement af:clientListener for Java Script invocation and so on, but I'm not a big fan of using Java Script for such scenarios. Let's find easier and better solution.
    Download - ShuttleAccessApp.zip

No comments: