Thanks for your reply,
Got the solution. Previously I defined a tile and imported body
content using <tiles:insertAttribute name='body'/>. This causes the
problem.
Now solved that problem by adding "<span id="slot1"></span>" in jsp
and in Entrypoint "RootPanel.get("slot1").add(button);"On Oct 28, 8:40 am, walden <[EMAIL PROTECTED]> wrote: > Is your EntryPoint class adding content to the default RootPanel, > which is the <body> by chance? Just a wild guess. > > On Oct 27, 5:27 pm, Krish <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > I have a GWT page with just two text boxes. When I tried to integrate > > this page with struts tiles, I got strange result in my web page. > > > I have tiles defination to keep my web page as in below order. > > > Header > > GWT page > > Footer. > > > But when I run this in tomcat web server I got the result in following > > order > > > Header > > Footer > > GWT page. > > > Can any one help me in this. Thanks in advance. > > > Krish- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
