Baker, Jeff <jbaker <at> amazon.com> writes: > org.apache.tapestry.ApplicationRuntimeException > > component: examples.register.Register$Enhance_15 <at> fc5b01[Register] > > location: context:/WEB-INF/Register.page, line 6, column 56 > > java.lang.AbstractMethodError
Check line 9 of Register.page. It seems that your page class is having an abstract method. Are you having an abstract getFoo() method but there is no <property-specification name="foo" type="..."/> in the .page file? -- Author of a book for learning Tapestry (http://www.agileskills2.org/EWDT) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
