Like JSP 1.2, Facelets builds the tree before rendering. Facelets might even have originated the idea :-)
On 9/22/06, Martin Marinschek <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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 stuff 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 > -- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces
