We'd love to have support contributed. The key class is org.apache.myfaces.trinidadinternal.facelets.TrinidadComponentHandler, which needs a new rule added for these two properties (labelAndAccessKey, textAndAccessKey).
-- Adam On 5/7/07, Michael Trompertz <[EMAIL PROTECTED]> wrote:
Is this planned? Can I add the support myself? If yes can you give me a startpoint? Michael -----Ursprüngliche Nachricht----- Von: Adam Winer [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 6. Mai 2007 01:54 An: MyFaces Discussion Betreff: Re: [Trinidad] labelAndAccessKey don't work Ah! It looks as though the "AndAccessKey" attributes aren't currently supported in Facelets. -- Adam On 5/2/07, Michael Trompertz <[EMAIL PROTECTED]> wrote: > It is an xhtml file (I use Trinidad together with facelets). > > > Michael > > > -----Ursprüngliche Nachricht----- > Von: Adam Winer [mailto:[EMAIL PROTECTED] > Gesendet: Mi 02.05.2007 22:35 > An: MyFaces Discussion > Betreff: Re: [Trinidad] labelAndAccessKey don't work > > Is this a .jsp file or a .jspx? > > -- Adam > > > On 5/2/07, Michael Trompertz <[EMAIL PROTECTED]> wrote: > > > > Hello > > > > How can I get the labelAndAccessKey-Attribute to work in "tr:inputText". > > My code fragment is: > > > > <tr:inputText labelAndAccessKey="V&orname" id="prename" > > value="#{ userData.vorname}" /> > > > > But there is no output. If I use "label" and "accessKey" serperate > > everything looks fine. > > > > Regards > > > > Michael > > > > >

