[jboss-user] [JBoss Seam] - Re: Frameset & Seam

chuckadams do-not-reply at jboss.com
Wed Nov 8 10:44:05 EST 2006


Framesets are highly troublesome in JSF in general: there's no easy way for a postback to force rerendering of the whole frameset.  Nor can you effectively submit two frames at once.  This is actually a problem with framesets in general, not just JSF.

Facelets makes composing templates really easy.  The booking example does exactly what you mentioned -- a menu on top, a blurb at bottom (and a sidebar to the left).  It uses facelets to do this, and Ajax4FSF for partial page refresh for the search area. It looks even simpler than Prototype to use -- no javascript at all.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984199#3984199

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984199



More information about the jboss-user mailing list