Dans mon application, j'utilise une balise <html:submit property="submit">mais je voudrais afficher une image à la place du bouton. Quelle est la solution ?
je pensais utiliser une balise <html:img> mais ca ne marche pas
 [struts] submit+image
 [struts] submit+image
				
				
						
						
				Dans mon application, j'utilise une balise <html:submit property="submit">mais je voudrais afficher une image à la place du bouton. Quelle est la solution ?
je pensais utiliser une balise <html:img> mais ca ne marche pas
 
 
				
				
						
						
				faut utiliser la balise <html:image ...
 
 
				
				
						
						
				ok
Code : Sélectionner tout - Visualiser dans une fenêtre à part <html:image property="submit" src="image.jpg"/>
Partager