enclosure error

2009-10-18 Thread Sam Zilverberg
i'm getting the following error: WicketMessage: Could not find child with id: serial in the wicket:enclosure Root cause: org.apache.wicket.WicketRuntimeException: Could not find child with id: serial in the wicket:enclosure at org.apache.wicket.markup.html.internal.Enclosure.checkChildComponent(

Re: enclosure error

2009-10-18 Thread Per Newgro
> Serial If i'm not completly wrong, you don't need to add serial to your java code. You have to provide an i18n value in your .properties file. Did you check http://cwiki.apache.org/WICKET/general-i18n-in-wicket.html Cheers Per -

Re: enclosure error

2009-10-18 Thread Girts Ziemelis
If you are using 1.4.2, there is a known problem with enclosures, which has been fixed in 1.4 snapshot: https://issues.apache.org/jira/browse/WICKET-2506 Either upgrade to snapshot or downgrade to 1.4.1. Sam Zilverberg wrote: i'm getting the following error: WicketMessage: Could not find chil

Re: enclosure error

2009-10-18 Thread Per Newgro
Sorry ignore my answer. I looked at the wrong line. Cheers Per - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: enclosure error

2009-10-18 Thread Sam Zilverberg
thanks, I'l downgrade from 1.4.2 to 1.4.1. On Sun, Oct 18, 2009 at 7:41 PM, Girts Ziemelis wrote: > If you are using 1.4.2, there is a known problem with enclosures, which has > been fixed in 1.4 snapshot: > https://issues.apache.org/jira/browse/WICKET-2506 > > Either upgrade to snapshot or downg