Check the website[1] and examples. Sean
[1] http://myfaces.apache.org/tomahawk/forceId.html On 2/21/06, Onur Tokan <[EMAIL PROTECTED]> wrote: > Hi, > > Ok, I know It's easy to force id's with JSP declerations. However I > still can't find a method to force it's id. > > public void setId(java.lang.String id) is only method to set > component id. Can you tell me a method to force id's? > > Regards, > Onur > > On 2/21/06, Dennis Byrne <[EMAIL PROTECTED]> wrote: > > I believe the spec does not permit ids w/ '@' . > > > > Dennis Byrne > > > > >-----Original Message----- > > >From: Onur Tokan [mailto:[EMAIL PROTECTED] > > >Sent: Tuesday, February 21, 2006 09:06 AM > > >To: 'MyFaces Discussion' > > >Subject: JSF ID's > > > > > >Hi, > > > > > >I need to use some special characters in JSF component ids. Like @ and > > >dot(.) You know that it's invalid for specification. So I change the > > >UIComponentBase class so it accepts, all other than ":" What are the > > >risk of this. > > > > > >Regards, > > > > > >Onur , > > > > > > > > > >

