There is an example for this in our simple example app, go and check it! :-)
On 2/21/06, Sean Schofield <[EMAIL PROTECTED]> wrote: > 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 , > > > > > > > > > > -- Matthias Wessendorf Zülpicher Wall 12, 239 50674 Köln http://www.wessendorf.net mwessendorf-at-gmail-dot-com

