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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to