|
>From: "Mike Kienenberger" <[EMAIL PROTECTED]>
> > Like JSP 1.2, Facelets builds the tree before rendering. Facelets > might even have originated the idea :-) > Actually, Clay was sitting in a bugzilla ticket as a proposed enhancement to the shale subview component before Jacob started facelets (http://weblogs.java.net/blog/edburns/archive/2005/04/javaserver_face_1.html).
Clay also builds the tree before rendering (http://shale.apache.org/features-reusable-views.html).
Gary
> On 9/22/06, Martin Marinschek wrote: > > In JSF1.2, the tree is built before the rendering happens - so > > everything that is plain HTML is converted into a part of the > > component tree anyways. Maybe we should just wait for this to happen > > ;) ? > > > > Facelets is another question. No clue. > > > > regards, > > > > Martin > > > > On 9/22/06, Gerald Müllan wrote: > > > Hi, > > > > > > just played around a little bit with our new approach from ernst and > > > got aware of some problems which might not be that easy to solve. > > > > > > The main issue is that actually a part of the component tree is > > > rendered out which is embedded inside the ppr tag. If there is any > > > view related stuf f apart from components - e.g. in jsp verbatim tag (i > > > know this is ugly, but the issue should be the same in facelets) - it > > > is not rendered out. > > > > > > Ok, we could handle this with simple outputText in some cases, but > > > that should not be the end of the story. > > > > > > Just discussed with thomas about it, and actually we don`t really get > > > a good idea out, how to solve it. So, any ideas regarding it are warm > > > welcome :) > > > > > > regards, > > > > > > Gerald > > > > > > -- > > > http://www.irian.at > > > > > > Your JSF powerhouse - > > > JSF Consulting, Development and > > > Courses in English and German > > > > > > Professional Support for Apache MyFaces > &g t; > > > > > > > -- > > > > http://www.irian.at > > > > Your JSF powerhouse - > > JSF Consulting, Development and > > Courses in English and German > > > > Professional Support for Apache MyFaces > > |
Declaring subviews and ajax regions is only a partial solution-- when JSF in fact should be able to re-render any component without being explicitly declared as a refreshable region (that's what we were pushing out of Facelets and JSF 1.2). Ajax4Jsf does this by decoration of existing, non-ajax components and the JSF 1.2 invokeOnComponent (Martin, et. al) can do it for any component without decoration in a very, very efficient manner.
- Re: Problems with partial page rendering jacob
- Re: Problems with partial page rendering Gary VanMatre
- Re: Problems with partial page rendering Martin Marinschek
- Re: Problems with partial page rendering jacob
- Re: Problems with partial page rendering Gary VanMatre
- Re: Problems with partial page rendering Gary VanMatre
