AW: wicket enclosure not finding child!?

2010-02-05 Thread Roman Uhlig Maxity.de
ent resolver - but any 1.4.3, 1.4.4 and 1.4.5 cause >> problems. I 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 >> >> &g

AW: wicket enclosure not finding child!?

2010-02-05 Thread Roman Uhlig Maxity.de
ponent resolver - but any 1.4.3, 1.4.4 and 1.4.5 cause > problems. I 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

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 org.apache.wicket.

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="; + URLEncoder.

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 Mixed

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