Re: Wicketstuff maven repository

2011-07-21 Thread Martin Grigorov
What exactly do you need ? Most of the stuff is now available in central repo. On Thu, Jul 21, 2011 at 9:31 AM, Emond Papegaaij emond.papega...@topicus.nl wrote: Hi all, It seems the wicketstuff.org maven repository (at http://wicketstuff.org/maven/repository) is offline. Is this intentional?

Re: Wicketstuff maven repository

2011-07-21 Thread Emond Papegaaij
I just got a message from someone who needs the wicket-security 1.3.2 release (org.apache.wicket.wicket-security), but the 1.4.x releases are also not available on central. On Thursday 21 July 2011 08:38:10 Martin Grigorov wrote: What exactly do you need ? Most of the stuff is now available

Re: Wicketstuff maven repository

2011-07-21 Thread Martin Grigorov
1.4-SNAPSHOT is still there but I cannot make Tomcat see it. How can I configure Tomcat to list the contents of a folder in webapps/maven if maven/ has no WEB-INF/web.xml inside ? I have never did something like this. On Thu, Jul 21, 2011 at 9:47 AM, Emond Papegaaij emond.papega...@topicus.nl

Re: Wicketstuff maven repository

2011-07-21 Thread Johan Compagner
why is that suddenly disabled i ask my self, that always did work.. On Thu, Jul 21, 2011 at 09:18, Martin Grigorov mgrigo...@apache.org wrote: 1.4-SNAPSHOT is still there but I cannot make Tomcat see it. How can I configure Tomcat to list the contents of a folder in webapps/maven if maven/

Re: wicket 2.0 ideas

2011-07-21 Thread Juergen Donnerstag
I gave the idea to resolve components after onInitalize() a try by re-using ComponentResolvers to resolve the auto-components. They are added (not queued) at the right place in the hierarchy. Component's queued will be added to the auto-components as well, so that the hierarchies (markup and

Re: Wicketstuff maven repository

2011-07-21 Thread Johan Compagner
enabled dir listing http://www.wicketstuff.org/maven/repository/ On Thu, Jul 21, 2011 at 09:21, Johan Compagner jcompag...@gmail.com wrote: why is that suddenly disabled i ask my self, that always did work.. On Thu, Jul 21, 2011 at 09:18, Martin Grigorov mgrigo...@apache.org wrote:

UrlCompressingWebRequestProcessor

2011-07-21 Thread Donohoe Digital
I'm upgrading a project to Wicket 1.5 and there is no longer a class named UrlCompressingWebRequestProcessor. What happened to it? Thanks, -Doug -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/UrlCompressingWebRequestProcessor-tp3683698p3683698.html Sent from the

Re: UrlCompressingWebRequestProcessor

2011-07-21 Thread Martin Grigorov
See CryptoMapper at https://cwiki.apache.org/confluence/display/WICKET/Request+mapping On Thu, Jul 21, 2011 at 4:40 PM, Donohoe Digital d...@donohoe.info wrote: I'm upgrading a project to Wicket 1.5 and there is no longer a class named UrlCompressingWebRequestProcessor.  What happened to it?