Hi all,

I need to set a property of a component to be persisted and required together :

   @Persist("session")
   @Parameter(required = true)
   public abstract void setAddress(Address address);
   public abstract Address getAddress();

But Tapestry send me this exception :
Property address has already been accounted for by the element at Annotation @org.apache.tapestry.annotations.Persist(value=session)

Is it forbidden to put two annotations on a property ?

Thanks in advance.

--
Stéphane Decleire

05 56 57 99 20
06 63 78 69 06

Reply via email to