Well, being practical, why don't you just style them via CSS,
e.g.
div#listmenu em {  /*disabled links*/
    display:block;
    padding:0 6px; /*creates space each side of menu item's text */
    font-style: normal;
    font-weight:normal; 
    color:gray;
}

/Gwyn

On 19/09/06, Stefan Arentz <[EMAIL PROTECTED]> wrote:
> On 9/19/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote:
> > This is totally against 'the Wicket' way. The whole idea is to
> > minimize scripting in the markup. What you propose is just going in
> > the oposite direction.
>
> Sometimes being practical is better than the wicket way ;)
>
>  S.


-- 
Download Wicket 1.2.2 now! - http://wicketframework.org

-------------------------------------------------------------------------
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to