I have the following code:

                PageParameters parms = new PageParameters();
                parms.put("answerId", Long.toString(answer.getEntityId()));
                add(new BookmarkablePageLink("edit", EditBlogEntryPage.class, 
parms));

In my Application init method I have: 

                mount(new QueryStringUrlCodingStrategy("answerdetails",
EditBlogEntryPage.class));

When I click the edit link to get to my page my URL looks like:

http://localhost/robojot/answerdetails/?x=SvX0Lakly72TaK8AnLyL*A

Can someone tell me why it doesn't look like the following:
/answerdetails?answerId=123

Thanks
-- 
View this message in context: 
http://www.nabble.com/QueryStringUrlCodingStrategy-question-tp20309566p20309566.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to