On 12/20/05, Ron Piterman <[EMAIL PROTECTED]> wrote: > This sounds *really* good. So instead of inheritance implement an > interface and leave the interface method unimplemented to be injected? > Cheers, > Ron > > >
Well, if your class doesn't implement the interface, Tapestry will make the enhanced subclass implement the interface. So even the interface is optional, but you can count on it being there in terms of dynamic access using OGNL. -- 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]
