Q: html:img question

2004-01-15 Thread Jim Anderson
I'm converting a perl web app to Java/Struts and have run into a couple of problems converting html files. First, I started converting img tags to html:img but discovered that a number of them use the name attribute with javascript to implement mouseover popup menus, e.g. img

Re: html:img question

2001-09-20 Thread Craig R. McClanahan
On Fri, 14 Sep 2001, Thierry Cools wrote: Date: Fri, 14 Sep 2001 15:38:33 +0200 From: Thierry Cools [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: html:img question Hi, after a long absence, I'm back again in the struts world ;-) I have the following

Re: html:img question

2001-09-14 Thread Erik Hatcher
PROTECTED] Sent: Friday, September 14, 2001 6:38 AM Subject: html:img question Hi, after a long absence, I'm back again in the struts world ;-) I have the following problem, I'd like to add an image on my page, where the name of this image is stored in the database ( not the image itself, just

Re: html:img question

2001-09-14 Thread Erik Hatcher
PROTECTED] Sent: Friday, September 14, 2001 6:38 AM Subject: html:img question Hi, after a long absence, I'm back again in the struts world ;-) I have the following problem, I'd like to add an image on my page, where the name of this image is stored in the database ( not the image itself, just

Re: html:img question

2001-09-14 Thread Peter Pilgrim
From: Erik Hatcher [EMAIL PROTECTED] on 14/09/2001 06:50 MST Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: html:img question I've subclassed the ImgTag from Struts and created my own custom tag for doing this kind of thing. I gave