Can't you just proceed this way:
setResponsePage(new SummaryPage(userdId));

i.e. pass the id as a parameter to the summary page constructor ?

Regards


This works - kind of. Because even though the response page is mounted, I
not see a pretty url in the browser.

You can mount the page with HybridUrlCodingStrategy to get a pretty URL even 
after redirecting:

mount(new HybridUrlCodingStrategy("/summary", SummaryPage.class));

-- Edvin


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

Reply via email to