Hi all,

I have a FlexTable and I want to load the data dynamically. while loading, I
want to load two widgets into a particular cell. (two text boxes, more
precisely). Any idea how can i achieve this?.

(final output should look like the output of below html code. but the two
textboxes should added thorugh gwt).
....
<td>
     <g:TextBox /><br/>
      <g:TextBox />
</td>
......



--
Thanks and Regards
Sarjith

-- 
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