开发者

Adding gwt Tag inside GSP Page

开发者 https://www.devze.com 2023-02-19 07:48 出处:网络
Is it possible to include gwt tags into gsp page. I\'ve installed gwt grails plugin but I haven\'t been able to achieve this yet开发者_StackOverflow.

Is it possible to include gwt tags into gsp page. I've installed gwt grails plugin but I haven't been able to achieve this yet开发者_StackOverflow.

Its possible to include dojo tags into gsp page after u install the dojo grails plugin


I think you're mixing up the context where these tags are supposed to be used.

GSP tags are for creating a server-side template that will be rendered and sent to the browser as completed HTML. GWT's ui:binder tags are for creating a template that's compiled by GWT and used to generate a page on the client-side within the browser. They operate in two different realms.

0

精彩评论

暂无评论...
验证码 换一张
取 消