users@glassfish.java.net

woodstock table component

From: Daniel Cavalcanti <dhcavalcanti_at_gmail.com>
Date: Tue, 19 Jun 2007 11:24:25 -0400

Hi...
I'm using VWP in netbeans and can't find how to accomplish this:
I have a table that I need to fill with data dynamically. I make a request
to a web service and get a data structure in response.
This response is a data structure that contains a String array that
represents the columns names and a two dimensional array that represents the
data.

How can I implement this using the
com.sun.webui.jsf.component.Tablecomponent only in the backing bean
and in the jsp and have the table
properly rendered?

thanks,
Daniel.