autowiring of generic service properties
----------------------------------------
Key: TAPESTRY-1474
URL: https://issues.apache.org/jira/browse/TAPESTRY-1474
Project: Tapestry
Issue Type: Improvement
Components: Framework
Affects Versions: 4.1.2
Environment: >= 1.5 jre
Reporter: Jesse Kuhnert
Assigned To: Jesse Kuhnert
Priority: Minor
Fix For: 4.1.2
It would be nice in instances where you have a base page such as
public abstract EditPage<E>
to be able to define abstract properties to be autowired based on the generic
type as in
public abstract GenericService<E> getService();
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]