RE: Adding Text & Image to struts tag

2009-04-30 Thread Kishan G. Chellap Paandy
Hi Sreenivas, For image use submit "type" as image and "src" (this image you will design with the text you want), if you want to use text use submit type as input or button. If you want to use both make use of submit tag's cssClass and type as input or button. May be this will help. Thank you.

RE: Adding Text & Image to struts tag

2009-04-30 Thread Kishan G. Chellap Paandy
ubject: RE: Adding Text & Image to struts tag Hi Sreenivas, For image use submit "type" as image and "src" (this image you will design with the text you want), if you want to use text use submit type as input or button. If you want to use both make use of submit tag'