Date: 2004-06-28T09:48:17 Editor: 131.191.40.91 <> Wiki: Apache Struts Wiki Page: StrutsCatalogMultipleImageButtonsWithNoJavaScript URL: http://wiki.apache.org/struts/StrutsCatalogMultipleImageButtonsWithNoJavaScript
no comment Change Log: ------------------------------------------------------------------------------ @@ -304,16 +304,16 @@ <br><br> <html:image property="button.submit" - src="resource.do?file_type=gif&file_name=cw_logo.gif"/> + src="submit.gif"/> <html:image property="button.clear" - src="resource.do?file_type=gif&file_name=cw_logo.gif"/> + src="clear.gif"/> <html:image property="button.cancel" - src="resource.do?file_type=gif&file_name=cw_logo.gif"/> + src="cancel.gif"/> <html:image property="button.reset" - src="resource.do?file_type=gif&file_name=cw_logo.gif"/> + src="reset.gif"/> </td> </tr> </table> @@ -322,7 +322,7 @@ </html:html> }}} -If you want to see the !ResourceAction in this code, see StrutsCatalogEschewUrlForProtocol. See the following references and many more in all the lists which contain all this and more you will need to expand on this idea. +See the following references and many more in all the lists which contain all this and more you will need to expand on this idea. http://www.jguru.com/faq/view.jsp?EID=543699 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]