Filtering in <h:selectmanylistbox>

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • akselvakumar
    New Member
    • Mar 2007
    • 4

    Filtering in <h:selectmanylistbox>

    Hi,

    I want to implement a picklsit[oracle forms component] kind of control in JSP using JSF. Also dynamically the list should be filtered based on the text typed in a seperate textfield. Do any one know how to implement this. Please suggest
  • akselvakumar
    New Member
    • Mar 2007
    • 4

    #2
    Also I want to access the JSF component <h:selectmanyli stbox> values in Javascript.

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      Welcome to TSDN (The Scripts).

      I think this will be better answered in the Java forum, but since you want to also access it using Javascript, I'll keep this thread here and copy over to the Java forum too.

      Comment

      • hirak1984
        Contributor
        • Jan 2007
        • 316

        #4
        well you can put a onclick() function of javascript in the select manylistbox.

        but may I know why you want to do that?
        you can always put logic inside beans and call the beans in the "action"
        and it is regarded a good practise to use more and more beans than javascript.
        Originally posted by akselvakumar
        Also I want to access the JSF component <h:selectmanyli stbox> values in Javascript.

        Comment

        Working...