you may take a look here: http://wiki.apache.org/myfaces/Facelets_and_JSF_1.1_maven-faces-plugin_Getting_started
generally looking at the metadata for inputText gives you also an idea. However, the renderers (e.g. SimpleInputTextRenderer) are considered to be internal API. If you extend them, if maybe the case that we break the contract in the (near) future... -Matthias On Wed, May 6, 2009 at 9:12 AM, Florian Reiser <[email protected]> wrote: > Hello, > > > > I want to create a new Trinidad component by extending the standard > tr:inputText. > > Is there any documentation available? > > > > > > With kind regards > > > > Florian Reiser > > -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

