Re: Component annontation and For component

2006-01-16 Thread Rolf Strijdhorst
Sorry to bother you all (again ;-)) I should have created an abstract method that returned the Form component. and should not have anotated the the source of the component. On 1/16/06, Rolf Strijdhorst <[EMAIL PROTECTED]> wrote: > > Hi I am trying to replace my .page file with annotations > but wh

Component annontation and For component

2006-01-16 Thread Rolf Strijdhorst
Hi I am trying to replace my .page file with annotations but when I am using the @Component with a For Component I got an Exception. this is my annotated code: @Persist public abstract Product getCurrentProduct(); public abstract void setCurrentProduct(Product product); @Componen