RE: Combining html:image and bean:define

2005-05-04 Thread Chris Loschen
ROTECTED] Sent: Tuesday, May 03, 2005 6:22 PM To: Struts Users Mailing List Subject: Re: Combining html:image and bean:define Chris, Firstly, it looks like hard work using an and then defining an "onclick" event - why don't you just wrap a link around an image - i.e. somethin

Re: Combining html:image and bean:define

2005-05-03 Thread Niall Pemberton
Chris, Firstly, it looks like hard work using an and then defining an "onclick" event - why don't you just wrap a link around an image - i.e. something like... Secondly, struts provides the pageKey and titleKey attributes on the and tags which make it easier to use message resources for th

RE: Combining html:image and bean:define

2005-05-03 Thread Chris Loschen
schen Sent: Tuesday, May 03, 2005 4:13 PM To: Struts Users Mailing List Subject: Combining html:image and bean:define Hi all, I'm using Struts 1.1, and just received from another team updates to a JSP page that look like this: However, these aren't working -- in the source of the gene

Combining html:image and bean:define

2005-05-03 Thread Chris Loschen
Hi all, I'm using Struts 1.1, and just received from another team updates to a JSP page that look like this: However, these aren't working -- in the source of the generated HTML, the JSP tags are not getting converted to the appropriate scripting variable and are just getting rendered as-is.