[Building Sakai] Problem with frameset

Le Nguyen Thach nevilarus at gmail.com
Mon Jul 12 21:32:41 PDT 2010


Hi all.

I met a problem when using Wicket to develop my Sakai tool. I created a page
contains 2 frames ( left and right frame).
I followed the example here:
http://wicketstuff.org/wicket14/frames/
But the result is a blank page (look at attachment). Here is the source code
of that page:

-------------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:wicket="
http://wicket.apache.org/dtds.data/wicket-xhtml1.3-strict.dtd"
      xml:lang="en"
      lang="en">
<body>
<wicket:extend>
    <frameset rows="500px, *" name="master">
    <frame
src="?wicket:bookmarkablePage=:org.sakaiproject.mylibrary.tool.pages.BrowseAll"
name="top" />
    <frame
src="?wicket:bookmarkablePage=:org.sakaiproject.mylibrary.tool.pages.AdminTool"
name="body" />
</frameset>
</wicket:extend>
</body>
</html>
------------------------------
After rendered by Wicket:

------------------------------
...

</div>

<div class="portletBody"><!-- the child page will be rendered here -->
	
	<frameset rows="500px, *" name="master">
    <frame src="?wicket:bookmarkablePage=:org.sakaiproject.mylibrary.tool.pages.BrowseAll"
name="top" />
    <frame src="?wicket:bookmarkablePage=:org.sakaiproject.mylibrary.tool.pages.AdminTool"
name="body" />
</frameset>
</div>
<div id="footer"></div>
...
-----------------------

I cannot understand why It did not work as supposed. Any suggestion would be
helpful.

Thanks.
Le Nguyen Thach
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20100713/df931793/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot.png
Type: image/png
Size: 9921 bytes
Desc: not available
Url : http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20100713/df931793/attachment.png 


More information about the sakai-dev mailing list