is it posible to programatically get the id a form field would have once the form r will be rendered as HTML ? its always form.getName()+"_"+ field.getName() ?
Isn't getId() working for you?
http://click.apache.org/docs/click-api/org/apache/click/control/Field.html#getId()I believe that all Click Controls that are written correctly should return getId() correctly too.
Joseph.
