Jan Bares wrote:

Hi,

I have Form with labels and TextFields. Some fields are inside a Border. The
id attributes of TextFields in this border are changed so they are no more
bound to the for attribute of the label. How can I fix this?
Hmm. I thought Wicket left the 'id' attribute alone, but needs/takes control of the 'name' attribute.

I think Wicket might possibly need a first class Label component, which takes another component as a parameter. The component path of the parameter will then be used in the 'for' attribute. Makes sense?

Martijn


Can I disable the id change?
Can I change the "for" attribute of label to match the TextField id?

Jan





-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to