3 Replies Latest reply on Mar 19, 2009 12:39 PM by giomiano

    Unwrap bind to JSF

    nimo22

      I have this:



      @Unwrap
      public List<User> getUser()
           {
      return ..
      }




      but cannot bind the list to my View:



      1. {myBean.getUser}




      1. {getUser}




      1. {user}



      nothing works...