Hi All, I want to show the ProductDetail page with product image. It looks like <img src="p_001.jpg" />. You know, every product has different image name,so I need to pass the string 'p_001.jpg' to the corresponding page. As result the img tag should look like <img src="${product.image}"/> or I can use Asset to do it.
But I tried to do it using the first approach, exception occured. And I don't know how to the second approach. Can anyone give me an idea? Thank in advance Allen Guo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]