Does ExternalLink URL encode?

2009-08-18 Thread Roman Uhlig Maxity.de
Just a simple question, I couldn't find any hint on this in the mailing list and the wiki. Is ExternalLink doing some URL encoding with the href param or will I have to do it on my own? Something like: new ExternalLink( id, http://www.mysite.com/page.jsp?title=; +

ResourceReference not locale aware?

2009-06-17 Thread Roman Uhlig Maxity.de
I'm trying to load localized versions of an image with a ResourceReference. The javadoc says: The locale and/or style do not need to be set on a resource reference because those values will automatically be determined based on the context in which the resource is being used. Actually, it does

Mounting application homepage

2009-08-03 Thread Roman Uhlig Maxity.de
We currently do a multilanguage site with Wicket and ran across the following problem: To be able to encode the chosen language in the URL, we append it to every URL like www.site.com/sitemap/fr www.site.com/sitemap/en (www.site.com/sitemap would mean default language) This works fine with

Re: wicket enclosure not finding child!?

2010-02-04 Thread Roman Uhlig Maxity.de
I just upgraded from 1.4.1 to 1.4.6 and now I'm getting this error too without changing anything else in my source code: 04 Feb 2010 16:01:20,352 ERROR [org.apache.wicket.RequestCycle:1521] Could not find child with id: object_title_classification_prefix in the wicket:enclosure

AW: wicket enclosure not finding child!?

2010-02-05 Thread Roman Uhlig Maxity.de
haven't yet tried 1.4.6 but from what you're saying it probably has the same problem. Chris Colman Step Ahead Software http://develop.stepaheadsoftware.com -Original Message- From: Roman Uhlig Maxity.de [mailto:roman.uh...@maxity.de] Sent: Friday, 5 February 2010 2:23 AM

AW: wicket enclosure not finding child!?

2010-02-05 Thread Roman Uhlig Maxity.de
it probably has the same problem. Chris Colman Step Ahead Software http://develop.stepaheadsoftware.com -Original Message- From: Roman Uhlig Maxity.de [mailto:roman.uh...@maxity.de] Sent: Friday, 5 February 2010 2:23 AM To: users@wicket.apache.org Subject: Re: wicket enclosure