have you tried ${param.productImage} ?

> -----Original Message-----
> From: Alen Ribic [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 01, 2003 3:50 PM
> To: Struts Users Mailing List
> Subject: Still problem with my img / request parameter
> 
> 
> Hi all again
> 
> I know that this is not specific to Struts, but I'm just 
> hopping someone can
> give me some answer to my problem regarding using JSTL in my 
> Struts project.
> 
> I wanna write this:
> <img src='../images/items/<%=request.getParameter("productImage")%>"
> default="noimg.gif"/>' border='0'>
> 
> with no Java code like this:
> <img src='../images/items/<c:out value="${productImage}"
> default="noimg.gif"/>' border='0'>
> 
> But ${productImage} doesn't get my request parameter! :-(
> How do I get a value of a specific request parameter in JSTL 
> or using Struts
> tag <bean:write />?
> 
> Help please.
> 
> --Alen
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to