On 01/05/2013 12:13 PM, Bertrand Guay-Paquet wrote:
In your app init code, mount your page like this:
mountPage("/activate/#{code}", BarcodePage.class);

Assuming you want to mount this under the "activate" path.

I just noticed your example uses the root app mount. I think you might run into some problems with mappers if you use a path like "/#{code}" instead. Incoming requests for other pages could be confused with the ones for barcodes.

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

Reply via email to