value and image in commandButton

Is there any way to get a commandButton to display both a value and an image?Thanks
[97 byte] By [MacGiolcagha] at [2007-11-26 21:34:23]
# 1
The commandButton just renders a HTML input type="button" element or input type="image" element, not both simultaneously.I suggest you to use CSS for a transparent background image of the button.
BalusCa at 2007-7-10 3:15:49 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
of course, perfect thank you very much.
MacGiolcagha at 2007-7-10 3:15:49 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...