Tomahawk has an "extended" version of most of the standard components. Since forceId is not part of the JSF spec it has to be implemented in Tomahawk. Take a look at some of the examples. This sounds like what you need.
Sean On 2/21/06, Onur Tokan <[EMAIL PROTECTED]> wrote: > Yes, actucally for using existing js libraries. I am creating the > components on the fly from java code. I couldn't find an approviate > method to force id? > > PS: I am importing my faces libraries > > Regards, > > On 2/21/06, Sean Schofield <[EMAIL PROTECTED]> wrote: > > Why do you need these special characters? Is it for javascript > > purposes? If so look at the forceId attribute of the tomahawk > > components. That would be a much safer option. > > > > Sean > > > > On 2/21/06, Onur Tokan <[EMAIL PROTECTED]> wrote: > > > 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 , > > > > > >

