Re: dynamic img with EL

2002-11-18 Thread Martin Cooper
On Mon, 18 Nov 2002, Mohan Radhakrishnan wrote: Hi, We are using EL(JSTL) to display dynamic img tags. html:img src=${image.name} width=730 height=350 border=0 usemap=#Map/ Is this valid ? It doesn't really pick up the value of the 'src' tag. Having read the archives I've

dynamic img with EL

2002-11-17 Thread Mohan Radhakrishnan
Hi, We are using EL(JSTL) to display dynamic img tags. html:img src=${image.name} width=730 height=350 border=0 usemap=#Map/ Is this valid ? It doesn't really pick up the value of the 'src' tag. Having read the archives I've decided that there is no other way. We need URL