0 Replies Latest reply on Jun 28, 2011 10:17 AM by rread

    Creating Components at Java Code

    rread

      I am facing the next situation,

       

      i am building a datatable framework but now i have the next situation,

      depending on the need of some of the developers they must be able

      to add components to the colums instead of plain text,

      so that each row can have that component with a standar behaivior

       

      for example : adding a button who when clicked does a submit with a specific id,

      adding a checkbox that when checked or uncheck does a speccific action,

      adding a textbox with a value that is binded to a bean component and when changed changes in the bean.

       

      and so forth, any ideas or examples i can look at get the disired results i  will thax you.