I'm working on an GAE app using GWT and I'm running to a problem using
CellTable. I don't know until run time how many columns are needed and
their type in my CellTable (Note: there are always two fixed columns)
so I can't just hook up the columns at design time. The values I'm
reading are currently three strings where the third string gets parsed
into however many columns I need (just a simple split into a String
[]). Is there a way to do this? I'm still learning Java so I'm
thinking there is some very simple way that I haven't discovered.

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

Reply via email to