Hi,
the dot is a leftover from the days when Wicket used '.' to separate
component paths.
I've fixed the exception message to use PATH_SEPARATOR, i.e. ':'
Thanks
Sven
On 07/03/2013 01:17 PM, Lucio Crusca wrote:
I've found that between this line of code:
RepeatingView rv = new RepeatingView("repeatingDocTypes");
and these ones:
for (...)
addDocTypeBox(rv, docs);
I actually had an extra rv.newChildId() hidden in calls which obviously bumped
the next id value...
Still I can't understand the dot Vs/ column reason, but I guess I can consider
them equivalent, right?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]