On 5/21/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
Wait for 5.0.5 ... I'm working on code for that right now, so you'll be able to write: <img src="/products_images/${productImageURL}"/> Still, from a maintainability situation, I would prefer that the complete URL come from the Java code side; if "/product_images" ever becomes, say, "/images/catalog" some day, you may be able to fix it across your entire application in exactly one place. That's the Dont Repeat Yourself principle and your example jumps out at me as a potential problem.
Right, and with that you can even handle dinamyc javascript, i mean javascript partially/totally generated by server side. That is (more or less) what i asked in my previous mail. Thanks Howard, i think you're really doing an amazing job! -- Massimo http://meridio.blogspot.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]