Gostaria de Saber se e possivel colocar uma imagem como um botão submit no struts ?
ex: <type"image" src"dfdfd.gif">
Gostaria de Saber se e possivel colocar uma imagem como um botão submit no struts ?
ex: <type"image" src"dfdfd.gif">
ola,
dê uma olhada nesse site:
http://wiki.apache.org/struts/StrutsCatalogMultipleImageTagsSimplified
creio q seja apenas isso:
<html:image property=‘submit’ src=‘change.gif’/>
até 
Aline