JavaScript: resouces not rendering

2003-03-05 Thread Darkgoyle
I have a piece of code such as: html:form... ... input type=image ... src=1.gif onMouseOver=this.src='2.gif' ... /html:form I want to externalize all the images on my application like: ...src=bean:message key=app.img.1/ onMouseOver=this.src='bean:message key=app.img.2'/... The

Re: JavaScript: resouces not rendering

2003-03-05 Thread Darkgoyle
: JavaScript: resouces not rendering Looks like you are not using quotes properly. Make sure ' is closed with ' and with . David From: Darkgoyle [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: JavaScript: resouces not rendering Date