Hi,
in case you need to change an attribute please use
Link link = new Link(...);
link.add(new AttributeModifier("style", true, "...");
add(link)

there should be not need to "replace" onComponentTag. May be there is
but first we'd like to understand the use case in detail first.

Thanks for the tip. This seems to work very well.

       Ari S.


On 4/25/05, Ari Suutari <[EMAIL PROTECTED]> wrote:
Hi,

Could you please make the onComponentTag method on Link class non-final.
I need to override it, because application needs to tweak css style used to 
present
the link when it is disabled / enabled.



------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to