[ http://issues.apache.org/jira/browse/TAPESTRY-913?page=comments#action_12439641 ] Andreas Andreou commented on TAPESTRY-913: ------------------------------------------
There's no need for "property" in the @Component annotation. It's derived from the method name. > Cannot specify property or copy-of without using a page specification > --------------------------------------------------------------------- > > Key: TAPESTRY-913 > URL: http://issues.apache.org/jira/browse/TAPESTRY-913 > Project: Tapestry > Issue Type: Improvement > Components: Annotations > Affects Versions: 4.0.2, 4.0.1, 4.0, 4.1 > Reporter: Mat Gessel > Assigned To: Andreas Andreou > Priority: Minor > Fix For: 4.1.1 > > > When declaring a component in a page specification you can set these values > as attributes of the component element. > When declaring a component with an annotation you can specify > "inherit-informal-parameters" via the Component annotation in page class, but > "property" and "copy-of" are not implemented in the annotation. > You can only specify the "id" and "type" attributes when declaring a > component implicitly in the HTML template. You cannot specify "property", > "copy-of" or "inherit-informal-parameters". -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
