is there a way to display a picture inside a Form?
If you need it instead of one of the buttons, then there's the ImageSubmit: http://incubator.apache.org/click/docs/click-api/org/apache/click/control/ImageSubmit.html
As far as I can see, there is no Image (or Img) Element. What would be the easiest way to add an image to a form?
Have you tried to extend the Label control to render the IMG tag? The Label has the advantage that it spans two columns so you still can use the From auto-rendering with it. A.
