Sunday, April 24, 2011

Re: Nobody is using Struts1 with GWT successfully?

Since you are using Struts and interested in using GWT-EXT components,
I would suggest to consider standard ExtJS.

<div id="someid" />

<script type="text/javascript">

new Ext.form.TextField({
renderTo: "someid"
});

</script>

To use GWT components you will have to create a module with an entry
point per page, as Jeff wrote, and then include that to your HTML.

<script type="text/javascript" src="your/module.nocache.js"></script>

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