4 Replies Latest reply on Sep 18, 2008 11:49 AM by seamnewbie

    RichFaces components in to String

      Hi, i'm new to RichFaces and not sure if I can do the following.

      I'm creating a DataTable with some data in it. When this DataTable is shown to the user then will click on the Link. That link will take that datatable and save it to the String (buffer it) inside my backing bean. Then this string will go to the function where it will be exported to Excel file.

      So how is it possible to store RichFaces/JSF components (Lables and DataTable together) into the String inside the code.

      Thanks you in advance.