Re: [Wicket-user] Question about WebApplication.mount(String path, PackageName packageName)

2007-05-10 Thread JulianS
Done: WICKET-554 Johan Compagner wrote: > > make a jira issue for this > > https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&pid=12310561&sorter/order=DESC&sorter/field=priority&resolution=-1&component=12311420 > > > On 5/10/07, JulianS <[EMAIL PROTECTED]> wrote:

Re: [Wicket-user] Question about WebApplication.mount(String path, PackageName packageName)

2007-05-10 Thread Johan Compagner
make a jira issue for this https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&pid=12310561&sorter/order=DESC&sorter/field=priority&resolution=-1&component=12311420 On 5/10/07, JulianS <[EMAIL PROTECTED]> wrote: Johan Compagner wrote: > > who is making a patch :)

Re: [Wicket-user] Question about WebApplication.mount(String path, PackageName packageName)

2007-05-10 Thread JulianS
Johan Compagner wrote: > > who is making a patch :) > I don't know what the process is to submit patches, so I have attached them to this message. Julian http://www.nabble.com/file/8304/WebApplication.diff WebApplication.diff http://www.nabble.com/file/8305/PackageRequestTargetUrlCodingStra

Re: [Wicket-user] Question about WebApplication.mount(String path, PackageName packageName)

2007-05-10 Thread Johan Compagner
who is making a patch :) On 5/10/07, Jean-Baptiste Quenot <[EMAIL PROTECTED]> wrote: * JulianS: > > If you mount a package e.g. > > mount("/pages", PackageName.forClass(Index.class)); > > > You will run into a RuntimeException if you type in a url like > "http://localhost:8081/quickstart/

Re: [Wicket-user] Question about WebApplication.mount(String path, PackageName packageName)

2007-05-10 Thread Jean-Baptiste Quenot
* JulianS: > > If you mount a package e.g. > > mount("/pages", PackageName.forClass(Index.class)); > > > You will run into a RuntimeException if you type in a url like > "http://localhost:8081/quickstart/app/pages"; (I'm using Wicket 1.2.5): > > WicketMessage: Unable to load class with n

[Wicket-user] Question about WebApplication.mount(String path, PackageName packageName)

2007-05-09 Thread JulianS
If you mount a package e.g. mount("/pages", PackageName.forClass(Index.class)); You will run into a RuntimeException if you type in a url like "http://localhost:8081/quickstart/app/pages"; (I'm using Wicket 1.2.5): WicketMessage: Unable to load class with name: wicket.quickstart. Root