You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Mike Dee <md...@cardeatech.com> on 2010/08/30 18:49:54 UTC

Markup for BookMarkable links

I'm coming up to speed on Wicket and came across something interesting that
seems somewhat basic.

I see a lot of examples in books and on the web that demonstrate the markup
for a bookmarkable link like this:

   # Search 

The code would be something like this:

  add( new BookmarkablePageLink( "searchLink", Search.class ) );

The page appears, with the link.  Clicking on the link does nothing.

Interestingly, removing the HREF attribute works. So the markup is this:

   Search 

Could the problem be:
a) Something in Wicket changed and some of the documentation is out of date?
b) The books and examples are just wrong?
c) Or am I a moron and doing something else wrong?


-- 
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Markup-for-BookMarkable-links-tp2400422p2400422.html
Sent from the Wicket - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org