Re: dynamic images

2001-12-16 Thread antony
: Friday, November 23, 2001 3:35 AM Subject: Re: dynamic images I think you will need to do this: html:img src=%=card.getImageLink()% ... As far as I know you can't nest tags like this. If someone has a better way I'd like to see it! Sean - Original Message - From: Henrick

Re: dynamic images

2001-11-23 Thread Sean Owen
PROTECTED] Sent: Thursday, November 22, 2001 6:58 PM Subject: dynamic images Hi! how can I display images whose source URL comes from the database? and how can I display it's corresponding alt property? I keep getting an error message on this code: html:img src=bean:write name=card property

Re: dynamic images

2001-11-23 Thread Erik Hatcher
List [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, November 23, 2001 3:35 AM Subject: Re: dynamic images I think you will need to do this: html:img src=%=card.getImageLink()% ... As far as I know you can't nest tags like this. If someone has a better way I'd like to see it! Sean

dynamic images

2001-11-22 Thread Henrick Chua
Hi! how can I display images whose source URL comes from the database? and how can I display it's corresponding alt property? I keep getting an error message on this code: html:img src=bean:write name=card property=imageLink width=168.5 height=88 border=1 align=texttop alt =bean:write