Re: [Wicket-user] Wicket 2.0 bookmarkable page issue?

2007-02-05 Thread Aaron HIniker
I added an empty filterPath to my web.xml via: init-param param-namefilterPath/param-name param-value/param-value /init-param and it seems to have fixed the problem. Thanks! Aaron Igor Vaynberg wrote: you should probably specify the filterpath param as well,

Re: [Wicket-user] Wicket 2.0 bookmarkable page issue?

2007-02-05 Thread Igor Vaynberg
yep, its a temporary fix i myself had to use until al foreward-ports the relative url refactor -igor On 2/5/07, Aaron HIniker [EMAIL PROTECTED] wrote: I added an empty filterPath to my web.xml via: init-param param-namefilterPath/param-name param-value/param-value

Re: [Wicket-user] Wicket 2.0 bookmarkable page issue?

2007-02-03 Thread Johan Compagner
that shouldn't be needed. But lets first see when AlMaw syncs both version where we exactly stand now. johan On 2/2/07, Igor Vaynberg [EMAIL PROTECTED] wrote: you should probably specify the filterpath param as well, even if it is empty or a / -igor On 2/2/07, Aaron Hiniker [EMAIL

Re: [Wicket-user] Wicket 2.0 bookmarkable page issue?

2007-02-02 Thread Aaron Hiniker
My web.xml: web-app display-nameArchetype Created Web Application/display-name filter filter-nameEDI/filter-name filter-classwicket.protocol.http.WicketFilter/filter-class init-param param-nameapplicationClassName/param-name param-value com.edicorp.erp.web.Application

Re: [Wicket-user] Wicket 2.0 bookmarkable page issue?

2007-02-02 Thread Igor Vaynberg
you should probably specify the filterpath param as well, even if it is empty or a / -igor On 2/2/07, Aaron Hiniker [EMAIL PROTECTED] wrote: My web.xml: web-app display-nameArchetype Created Web Application/display-name filter filter-nameEDI/filter-name

Re: [Wicket-user] Wicket 2.0 bookmarkable page issue?

2007-02-01 Thread Johan Compagner
AlMaw: i guess this kind of behavior will change anyway with your stuff? On 1/31/07, Aaron Hiniker [EMAIL PROTECTED] wrote: I have a webapp that is bound to root / context, and I am mounting a bookmarkable page to /script/execute via: mountBookmarkablePage( /script/execute,

Re: [Wicket-user] Wicket 2.0 bookmarkable page issue?

2007-02-01 Thread Igor Vaynberg
what does your web.xml look like where you define the filter and mapping? -igor On 1/31/07, Aaron Hiniker [EMAIL PROTECTED] wrote: I have a webapp that is bound to root / context, and I am mounting a bookmarkable page to /script/execute via: mountBookmarkablePage( /script/execute,

[Wicket-user] Wicket 2.0 bookmarkable page issue?

2007-01-31 Thread Aaron Hiniker
I have a webapp that is bound to root / context, and I am mounting a bookmarkable page to /script/execute via: mountBookmarkablePage( /script/execute, ScriptExecutor.class ); That page displays a textarea and a submit button within the form. The code is as follows: public class