You can make the list that you put with gwt components.
2011/10/30 Ari <ari.brandeis.king@gmail.co
Hi,
From tutorials I understand that I can "embed" GWT in Servlet based
applications by placing the compiled client-side code at the root of
the web application, by the WEB-INF directory. However, by doing so
the GWT application would be freely accessible. Is there a common/best
practice that allows access to the GWT applications through the
containing Servlet based application?
Furthermore, is it possible to re-construct HTML constructs within
GWT? Specifically, can I dynamically create and populate the following
definition lists in GWT?
<dl>
<dt>one</dt>
<dd>...</dd>
</dl>
<dl>
<dt>two</dt>
<dd>...</dd>
</dl>
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment