Dear all,
I will use the image for button, that means click image to submit side.
add( new ImageButton("submitButton"){
@Override
public void onSubmit() {
System.out.println("clicking submit button .....");
}
});
in the html. i write something like:
<input wicket:id="submitButton" type="image"
src="/selfservice/images/b_submit.gif" />
but i can not see the image.
Can someone tell me how to use imageButton?
thanks a lot
--
View this message in context:
http://www.nabble.com/How-to-use-Imagebutton-tp17857375p17857375.html
Sent from the Wicket - Dev mailing list archive at Nabble.com.