Hi Scott,

I have a couple questions for you below.

On Jul 5, 2005, at 10:06 AM, Scott F. Walter wrote:

       /*
<bean name="delegate" class="com.scottwalter.sandbox.tapestry4.MyDelegate" property="delegate"/>
   */
   @Bean
   public abstract MyDelegate getDelegate();

I assume you're injecting the delegate someplace, somehow. Could you please elaborate?

      @Persist
   public abstract Person getPerson();
   public abstract void setPerson(Person p);

In a case like this, does it matter whether the annotation is applied to the getter or the setter?

--
Best Regards,
Kevin

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

Reply via email to