You can't. The Wicket Link components are created automatically with a random id and hence not accessible to you. If you want to change the style, you have to use wicket:id in the markup, manually create a Link and change the style. BTW your manually created links can of course be inside <wicket:link> as wicket:link ignores all markup tags with wicket:id.
Juergen On 9/19/06, Stefan Arentz <[EMAIL PROTECTED]> wrote: > On 9/19/06, jan_bar <[EMAIL PROTECTED]> wrote: > > Link.setAutoAnable() > > That will only work for links created programatically. I'm talking > about links that are created by using <wicket:link><a > href="SomePage.html">Some Page</a></wicket:link> > > S. > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
