Hi Michael, On 22 Oct 2007 at 9:19, Michael Horwitz wrote:
> On 10/21/07, Rob Hills <[EMAIL PROTECTED]> wrote: <..> > > <c:set var="products" value="products" scope="request"/> > > I believe this should be <c:set var="products" value="${products}" > scope="request"/> > > In your version you are setting the string litral 'products' into the > variable products, hence the error message..... Ultimately that wasn't the cause of the problem. I actually changed that tag to: <s:set name="products" value="products" scope="request"/> But that didn't fix my underlying problem either. The cause of this problem was in my action definition in my struts.xml file. I'd stupidly named the action "productList" (the name of the JSP) instead of "products". The amazing thing is that it appeared to be working - the JSP would render, but there would never be any products listed. Hopefully this will help someone else some day. Cheers, Rob Hills Waikiki, Western Australia Mobile +61 (412) 904-357 Fax: +61 (8) 9529-2137 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]