[Building Sakai] Problem with frameset

Steve Swinsburg steve.swinsburg at gmail.com
Mon Jul 12 23:10:39 PDT 2010


Hi,

If you code up a demo app using frames and run it without being inside Sakai, does it work? If so, then the parameters are probably being stripped by the portal, I've seen this before. 
Do you need to use frames?

cheers,
Steve

On 13/07/2010, at 2:32 PM, Le Nguyen Thach wrote:

> 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
> 
> <Screenshot.png>_______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
> 
> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of "unsubscribe"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20100713/570bf1ea/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3689 bytes
Desc: not available
Url : http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20100713/570bf1ea/attachment.bin 


More information about the sakai-dev mailing list