Re: Exception for MixedParamUrlCodingStrategy

2008-06-30 Thread Erik van Oosten
I've no idea how this could work, or why it doesn't now. Could you not just include different panels on one page, instead of forwarding to different pages? Regards, Erik. Mathias P.W Nilsson schreef: https://localhost/hairless-web/brand/71/ this is the generated URL. The

Exception for MixedParamUrlCodingStrategy

2008-06-29 Thread Mathias P.W Nilsson
(MixedParamUrlCodingStrategy.java:178) Any pointers on how to solve this? -- View this message in context: http://www.nabble.com/Exception-for-MixedParamUrlCodingStrategy-tp18184025p18184025.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Exception for MixedParamUrlCodingStrategy

2008-06-29 Thread Erik van Oosten
Hello Mathias, Well, that looks quite alright to me. Could you post the generated URL? Do you have more mounts to the same page class? Regards, Erik. Mathias P.W Nilsson wrote: Hi! I'm using MixedParamUrlCodingStrategy and I must miss something in how this is set up properly I have

Re: Exception for MixedParamUrlCodingStrategy

2008-06-29 Thread Mathias P.W Nilsson
) ); } else{ setResponsePage( new Base() ); } } -- View this message in context: http://www.nabble.com/Exception-for-MixedParamUrlCodingStrategy-tp18184025p18185147.html Sent from the Wicket - User mailing list

Re: Exception for MixedParamUrlCodingStrategy

2008-06-29 Thread Mathias P.W Nilsson
I read in some Post from Igor that the best way of doing this should be throw new RestartResponseAtInterceptPageException(new ItemListPage( filters ) ); This seams to solve the problem -- View this message in context: http://www.nabble.com/Exception-for-MixedParamUrlCodingStrategy