Igor, could you please attach a diff of your impl to WICKET-766?  I'm going
to need to backport it to our private fork of 1.2.6.

mike


igor.vaynberg wrote:
> 
>>
>> Now the actual ID of the select should be "selBusinessService" and that's
>> the wicket:id of the component in Java but Wicket prepends the component
>> hierarchy, I guess, when auto-generating the id attribute in HTML.  Now I
>> can use an AttributeModifier to adjust the value of the ID but the
>> SimpleFormComponentLabel does NOT reflect that change in the for
>> attribute.
>>
>> Is it possible to do this?  Can I completely override Wicket's ID
>> handling
>> and just have it use my specified ID?
> 
> 
> not right now, but creating setMarkupId() wont be very difficult. please
> add
> a jira request.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Overriding-ID-attributes-tf4105343.html#a11675528
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to