Re: How to get generate html link for page with parameters

2017-08-21 Thread Martin Grigorov
Hi, What you need is just : RequestCycle.get().urlFor(SomePage.class, somePageParameters) Otherwise also take a look at http://examples8x.wicket.apache.org/mailtemplate/ example. It shows how to render a Page, a Component and how to use TextTemplate. Martin Grigorov Wicket Training and

How to get generate html link for page with parameters

2017-08-21 Thread fromgate
Hello! I need to create text (in fact it will be a confirmation email) that will contain a link to specific page object with provided parameters (confirmation code). Is there a way to render a BookmarkablePageLink object and get a String that will contain this link? -- View this message in