Thanks for the reply Howard. I thought I had gotten an an exception when I tried this before with an implicit Image. But now when trying this again, I no longer get the exception. I guess I was mistaken, or the exception was caused by something else.
-Scott On Thu 17 November 2005 08:02, Howard Lewis Ship wrote: > Reserved parameters may be literal values and are quietly discarded if > so. For this exact purpose. > > On 11/16/05, Scott Russell <[EMAIL PROTECTED]> wrote: > > The Image component specification defines the src parameter as reserved. > > > > This means that if one uses the Image component implicitly within a html > > template, then one cannot specify a src parameter to use for designing > > the template appearance in a html editor. > > > > The obvious solution would be to make all images explicit. But often html > > designers use many 1 pixel images, sized to suit, to use for whitespace > > and separators. So making explicit components for all these is a chore. > > It would be useful if the src parameter were just an ignored parameter in > > implicit Image, rather than throwing an exception if present. > > > > Any thoughts on this? > > > > -Scott > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > -- > Howard M. Lewis Ship > Independent J2EE / Open-Source Java Consultant > Creator, Jakarta Tapestry > Creator, Jakarta HiveMind > > Professional Tapestry training, mentoring, support > and project work. http://howardlewisship.com > > --------------------------------------------------------------------- > 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]
