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
Responding to my own question, I did manage to get this working by doing this: Is that the best way to do it? (It works, which is the main thing, but if there's a more efficient method, please let me know...) Thanks again! Chris Loschen -Original Message- From: Chris Loschen Sen