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-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to