Thanks for the help Jesse. Actually, soon after I sent the last email I
realized that (I've been working way too much). Thanks for the help
though. I really appreciate it. My tests just passed so I'm going to go
commit now. :)

On Fri, 2006-05-26 at 16:41 -0400, Jesse Kuhnert wrote:
> Sure, the EnhancementOperation stuff isn't always immediately easy to grok.
> 
> This particular class generically extends any existing renderComponent
> method (if it exists), adding in logic to do other things....You could use
> the same approach to do what you want.
> 
> There's a lot going on in there that's not relevant to your use case, but it
> does show extending an existing non-abstract method .
> 
> http://svn.sourceforge.net/viewcvs.cgi/tacos/trunk/src/java/net/sf/tacos/ajax/impl/InjectAjaxComponentRenderWorker.java?view=markup&rev=22
> 
> On 5/26/06, Dan Adams <[EMAIL PROTECTED]> wrote:
> >
> > Okay, so I'm working on this again and just by looking at the other
> > annotation workers it looks like there aren't any that do anything to
> > non-abstract methods. My annotation works on methods which have an
> > implementation. Is there any way to work with a method that is
> > non-abstract using the tapestry annotation classes?
> >
> > On Thu, 2006-05-25 at 14:12 -0400, Jesse Kuhnert wrote:
> > > It's like that at all. The annotation workers run before the normal
> > > enhancement workers (like property setters and such), whoever claims the
> > > property first wins. (you can control when your worker is called via
> > > hivemind's awesome pipeline ability ).
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> 
-- 
Dan Adams
Software Engineer
Interactive Factory
617.235.5857


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to