RE: Change the src of Image dynamically

2002-11-20 Thread Karr, David
The "parameters" options on "html:img" are just to provide arguments to the URL specified as the "src" or "path" attribute. The "src" or "path" attributes specify the actual URL to the image. Use a scriptlet expression to specify the dynamic path to the image. > -Original Message- > F

Re: Change the src of Image dynamically

2002-11-20 Thread Marcus Biel
Use logic present or logic equal tags. e.g.: logic: notEqual name="yourBean" property="yourImageProperty" value="image1"/> marcus [EMAIL PROTECTED] schrieb: > > Hi, > > How can we change the src of the image dynamically by using from > a bean? > I know that this tag acce

RE: Change the src of Image dynamically

2002-11-20 Thread Jon.Ridgway
Hi Alireza, You should look at the struts-el tags or the JSTL. You could then store the src as a bean property and reference like mailto:[EMAIL PROTECTED]] Sent: 20 November 2002 09:20 To: 'Struts Users Mailing List' Subject: Change the src of Image dynamically Hi, How can we change the src of