A component should be able to access its own body
-------------------------------------------------
Key: TAPESTRY-2541
URL: https://issues.apache.org/jira/browse/TAPESTRY-2541
Project: Tapestry
Issue Type: New Feature
Components: tapestry-core
Affects Versions: 5.0.13
Reporter: Martin Papy
It would be useful if I want to write a component that needs to manipulate its
body... A trivial example would be a "stripwhitespace" component :
<t:stripwhitespace>
My string with too
many white spaces
</ t:stripwhitespace>
In that case I would like to access the <t:body /> string to remove some
spaces...
--
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]