Are you declaring the property in the .jwc file? Robert
[EMAIL PROTECTED] wrote: > When I try and add abstract set/getter for properties on my component I > keep getting the following type of exception. > > > > Method 'public abstract boolean > org.apache.tapestry.form.AbstractFormComponent.isDisabled()' (declared > in class org.apache.tapestry.form.AbstractFormComponent) has no > implementation in class > com.celeres.pago.tapestry.components.QueryComponent (or enhanced > subclass com.celeres.pago.tapestry.components.QueryComponent$Enhance_9). > > > > > > I am confused because I have looked at the framework components like > ImageSubmit and it doesn't implement all these methods. Anyone know > what I am doing incorrectly? > > > > Thanks, > > > > Craig > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
