BTW, we do a bit more than that; _addBasicHTMLRenderKit() moves over the default set of basic HTML renderers. But then, if later on we try to get a renderer and don't find one, we'll go back to the Basic HTML renderkit and look for it there.
This way, even non-default renderers will be supported. -- Adam On 9/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
yes, that's exactly what I meant, thanks! ;) -clem -------- Original-Nachricht -------- Datum: Thu, 28 Sep 2006 10:04:14 +0200 Von: "Matthias Wessendorf" <[EMAIL PROTECTED]> An: [email protected] Betreff: Re: ViewHandler fallback > there is a Trinidad CoreRenderKit class > the construktor does > > public CoreRenderKit() > { > _addBasicHTMLRenderKit(); > } > > > which reads the renderers and put's them to T. > > Is that what you are asking for? > > Greetz, > M > > On 9/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm pretty new to JSF and especially to Trinidad. > > I wonder, how Trinidad handles the rendering of components that require > the default HTML renderkit (like basic components of myFaces or the RI). Is > there a fallback somewhere, that delegates rendering to the renderers of > the HTML_DEFAULT renderkit? or are these components handled by Trinidad > itself.. > > > > Thanks for answering, > > > > -clem > > -- > > Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! > > Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer > > > > > -- > Matthias Wessendorf > http://tinyurl.com/fmywh > > further stuff: > blog: http://jroller.com/page/mwessendorf > mail: mwessendorf-at-gmail-dot-com -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
