Hi, I use a RepeatingView on a page, and get the following error:
23:48:32,970 WARN [AbstractRepeater] Child component of repeater org.apache.wicket.markup.repeater.RepeatingView:layoutContainers has a non-safe child id of container0. Safe child ids must be composed of digits only.
Why is container0 a non-safe id, and isn't it wrong to use only digits for id's in css?
SAFE_CHILD_ID_PATTERN is defined as "^\\d+$". I currently use 1.3-rc1. Sincerely, Edvin Syse --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
