Hi,

I am developing a web application where i need to create Collapsible
Panels( user defined) dynamically based on some variable from URL. I
have about 100's of custom panels and i want only few of them to be
created on a single request based on the parameter. So i would like to
keep the panels(their class names) in some config files specific to
parameter value and create the panels dynamically. But GWT.create only
allows the class literals. Is there any way out for this scenario?

Thanks,
Sathish

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to