Getting the page from a ProperyEditor
-------------------------------------
Key: TAP5-676
URL: https://issues.apache.org/jira/browse/TAP5-676
Project: Tapestry 5
Issue Type: Improvement
Components: tapestry-core
Affects Versions: 5.0.18
Reporter: José Paumard
As of now, it is not possible to get a reference on the page served to the
client from a PropertyEditor component. The method componentResources.getPage
returns the page in which this PropertyEditor is declared, and so does the
container annotated with @InjectContainer. A side effect is that a method
annotated with @PageAttached / @PageDetached is never called in a
PropertyEditor component.
It would be nice to see those two improvments :
- componentResources.getPage returns the page sent to the client, or having
another way to get a reference to that page from a PropertyEditor
- @PageDetached / @PageAttached called in PropertyEditor components
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.