You can statically assign an id on your page. I think you can also assign a label to your component, and that label value will be used instead of the id.
On 10/13/05, Dave <[EMAIL PROTECTED]> wrote: > > Hello, > I am using <t:dataTable> with two columns. > one is label, the other is <inputText>. > If there is any validation problem, I get the message like: > > > Validation Error "_id49": Value is not a valid option. > > > > How can I replace _id49 with some meaningful id? > > I notieced that component id can not bind to backing bean(or data model) > method. > > > > Thanks. Dave > > ________________________________ > Yahoo! Music Unlimited - Access over 1 million songs. Try it free. > >

