Re: [Wicket-user] Bookmarkable links with empty href

2007-05-29 Thread Eelco Hillenius
Easiest thing for you to do is to create a custom component that does this. Something like public class MyBookmarkableLink extends WebMarkupContainer { private final Class pageClass; private final PageParameters parameters; ... protected void onComponentTag(final ComponentTag tag) {

[Wicket-user] Bookmarkable links with empty href

2007-05-28 Thread Alexey Maksimov
Hi, how to make a bookmarkable link in wicket to render as ? I actually want to put a specific javascript in onclick(), that should work without reloading a page. Thanks in advance, Alexey. - This SF.net email is sponsored