Any simple way ? 

Thanks.



________________________________
From: Wilhelmsen Tor Iver <toriv...@arrive.no>
To: "users@wicket.apache.org" <users@wicket.apache.org>
Sent: Thu, July 21, 2011 3:10:16 PM
Subject: RE: dynamic DataTable

> Since TextArea can contain any SELECT statement, Column names, count can  
>change 
>
> every time. So I need a dynamic table that is compatible to view  any SELECT 
> Statement result.

Since you appear to have no need for performing updates or inserts, try 
ditching 
the DataTable in favour of using nested repeaters over the ResultSetMetaData 
column info and ResultSet rows instead.

- Tor Iver

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to