Hi I have gotten down to the business end of implementing my wizard. I wish to use "image" buttons based on the input tag, rather than Submit and Cancel version.
I have looked at, and experimented with the Struts <html:image> custom tag. It allows me to use images of my choice for the buttons to make them blend with the user interface, however the inability in the <html:image> tag to provide a "name" attribute means that I cannot (as far as I can tell) make use of the normal cancel processing mechanism. I can think of a number of ways to get around this issue and have implemented one, however I am sure that others must have looked at this issue. So I am wondering if there is any "standard" way of dealing with implementing this kind of interface? Specifically using image based buttons. Thanks in advance for any suggestions or references. Regards, Langdon