Re: Referring Page links to a deployed context

2008-01-08 Thread mbelarbi
://www.nabble.com/Referring-Page-links-to-a-deployed-context-tp14668169p14670116.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Referring Page links to a deployed context

2008-01-07 Thread mbelarbi
to the root context and not the deployed context. How can i fix this? -- View this message in context: http://www.nabble.com/Referring-Page-links-to-a-deployed-context-tp14668169p14668169.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Referring Page links to a deployed context

2008-01-07 Thread Erik van Oosten
Try this first: mount(new IndexedParamUrlCodingStrategy(firstPage, FirstPage.class, null)); (no slash in front of firstPage) Regards, Erik. mbelarbi wrote: Hi, If my app (MyTest) is the root context everything runs smoothly. This is because in my MyTestApplication class, in the constructor

Re: Referring Page links to a deployed context

2008-01-07 Thread Igor Vaynberg
. How can i fix this? -- View this message in context: http://www.nabble.com/Referring-Page-links-to-a-deployed-context-tp14668169p14668169.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe

Re: Referring Page links to a deployed context

2008-01-07 Thread mbelarbi
is that all the links in the app refer to the root context and not the deployed context. How can i fix this? -- View this message in context: http://www.nabble.com/Referring-Page-links-to-a-deployed-context-tp14668169p14668169.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Referring Page links to a deployed context

2008-01-07 Thread mbelarbi
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Referring-Page-links-to-a-deployed-context-tp14668169p14670103.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Referring Page links to a deployed context

2008-01-07 Thread mbelarbi
like this mount(new IndexedParamUrlCodingStrategy([WHAT EVER THE DEPLOYED CONTEXT IS]+/firstPage, FirstPage.class, null)); How can i fix this? -- View this message in context: http://www.nabble.com/Referring-Page-links-to-a-deployed-context-tp14668169p14670116.html Sent from the Wicket - User