application is embedded in jsp. Jsp has header which has links to
other modules and footer and some graphics that can change.
When I try to use RootPanel, nothing gets displayed except the header
and footer.
RootPanel root = RootPanel.get("module1");
Below is working but I cannot insert headers and footers which are
shared across the other modules.
RootLayoutPanel root = RootLayoutPanel.get();
Here is the jsp file
<table width="100%" height="100%">
<tr><td height="50">
<%@ include file="/WEB-INF/jsp/header.jsp" %>
</td></tr>
<tr><td id="module1">
</td></tr>
<tr><td height="100">
<%@ include file="/WEB-INF/jsp/footer.jsp" %>
</td></tr>
</table>
Please help me.
Thanks in advance! Suresh
--
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