Re: non-bookmarkable pages with pageparameters?

2010-07-07 Thread Erik van Oosten
use the method setResponsePage(Class, PageParameters) Erik. Op 06-07-10 16:24, Muro Copenhagen schreef: Hi Erik, I tried that with no luck... How would i do this: setResponsePage(new DeliverySecure(deliveryInfo)), and at the same time send pageparameters to the same page? Best Regards

non-bookmarkable pages with pageparameters?

2010-07-06 Thread Muro Copenhagen
Hi I have a page that is session based(nonbookmarkable) but at the same time i want to make sure a request parameter is shown in the url... How would i achieve that ? This is what i am trying to achieve, with example from my code: My page code constructors: public DeliverySecure() {

Re: non-bookmarkable pages with pageparameters?

2010-07-06 Thread Erik van Oosten
Hi Muro, Mount your page with a HybridUrlCodingStrategy. For example the MixedParamHybridUrlCodingStrategy. Regards, Erik. Op 06-07-10 15:30, Muro Copenhagen wrote: Hi I have a page that is session based(nonbookmarkable) but at the same time i want to make sure a request parameter is

Re: non-bookmarkable pages with pageparameters?

2010-07-06 Thread Muro Copenhagen
Hi Erik, I tried that with no luck... How would i do this: setResponsePage(new DeliverySecure(deliveryInfo)), and at the same time send pageparameters to the same page? Best Regards Muro On Tue, Jul 6, 2010 at 4:10 PM, Erik van Oosten e.vanoos...@grons.nlwrote: Hi Muro, Mount your page