Martijn,

I'm not sure I understand the answer. He specified that he was using QueryStringUrlCodingStrategy. That class does not inherit from CryptedUrlEncodingStrategy I've seen the same behavior that the grand-parent wrote about.

Martijn Dashorst wrote:
don't use cryptedurlencodingstrategy. That will encrypt your URLs.

Martijn
On 11/3/08, jchappelle <[EMAIL PROTECTED]> wrote:
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]






--
Philip A. Chapman

Desktop, Web Application, and Enterprise Development
Phone: 251-275-6237

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

Reply via email to