I am using Wicket to implement an image component which behaves similarly to AjaxEditableLabel.
When the component is rendered it should look like a regular image <img src=".."/>. When the user clicks on the image, it should display a file upload component which will allow the user to replace the image. What is the easiest way to implement this behavior? Is there a component that already does this? If not, which Wicket class should I extend? Thanks, Alec --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
