Re: Article in german Javamagazin

2009-09-07 Thread Michael Plöd
Hi Jonathan,
I was one of the guys writing the title story. I contacted the Java
Magazin Team regarding a copy for you!

Unfortunately we can't put the articles online for free since they
were written for a commercial print magazine.

Regards,
Michael

On Thu, Sep 3, 2009 at 8:13 PM, Jonathan Lockejonathan.lo...@gmail.com wrote:


 if anyone from javamagazin is reading this list, would love to add a copy of
 this to my growing collection of wicket publications.


 RaBe wrote:

 yes, it is.

 http://it-republik.de/jaxenter/java-magazin-ausgaben/Wicket-000321.html

 could not find a online version of this article ..

 On Thu, Sep 3, 2009 at 18:19, Jonathan Lockejonathan.lo...@gmail.com
 wrote:


 btw, is this a print magazine?


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




 --
 View this message in context: 
 http://www.nabble.com/Article-in-german-Javamagazin-tp25255240p25281388.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



AJAX calls not working with mod_proxy

2009-05-23 Thread Michael Plöd
Hi,
I am currently struggling with a very strange behaviour between Wicket
(1.3.4) and my mod_proxy configuration.

The usual calls to BookmarkablePageLinks work perfectly. The same goes
out to resource loading and so on. However, as soon as I want to work
with AjaxFallbackLinks and so on I always get a Page Expired page
telling me that the page I requested has expired.

My scenario is as follows:
- I have an Apache 2 Server for static content (images) in the url
www.myhost.com/pictures
- In addition to that I have a Tomcat server hosting my webapp which
should be accessed unter www.myhost.com

The mod_proxy config is as follows:

ProxyPass /pictures !
ProxyPass / ajp://localhost:8009/site-1.0-SNAPSHOT/app/
ProxyPassReverse / ajp://localhost:8009/site-1.0-SNAPSHOT/app/
ProxyPassReverseCookiePath / /site-1.0-SNAPSHOT/app


Any suggestions what I am missing here?

Thanks a lot in advance,
Mike

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org