This is supposed to be an error given that there are conflicting types
for component (one from the template, one from the Java class). It's
supposed to reject this out right, even if the types agree (which they
don't in this case). I'm not sure why this no longer works, because I
remember coding t
Originally, I have a Tapestry5 DateField component in a page tml and it is
also specified in the corresponding
page Java class.
tml file :
Java class:
@Component
private DateField startDate; // DateField from tapestry 5 corelib
package
When I switch to using the