Re: How do I provide "digit-only IDs" to make "childs safe"?

2010-04-11 Thread Sven Meier
Hi Alexandros, it's just that the example uses the location's name as an id for a label shown as content in a GInfoWindowTab. See the following line in the example: new GInfoWindowTab(address, new Label(*address*, address)) The label will end up inside a repeater which is complaining about

How do I provide "digit-only IDs" to make "childs safe"?

2010-04-11 Thread Alexandros Karypidis
Hi, I'm a new Wicket user who is also getting familiar with the GMap2 module from wicket-stuff. I'm using the "geocode" example as a basis for creating a form which allows you to search for a location and set the map viewport to display it: https://wicket-stuff.svn.sourceforge.net/svnroot/wic