Hi, I'm trying to make a component that edits the corners of a rectangle. The model of this component should be a JTS Envelope class: http://www.jump-project.org/docs/jts/1.7/api/com/vividsolutions/jts/geom/Envelope.html?is-external=true
This class has getters for minX,minY,maxX,maxY, but has no setters for them, you're supposed to call init(x1,x2,y1,y2) instead. Has anyone an idea of how to bind four text fields so that the model of my Panel is the JTS Envelope, the fields use the Envelope corners, but the update takes place as a single shot instead of a field by field basis (that I cannot do given the lack of setters?) Cheers Andrea --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org