Public API for rendering pages inside a page/component
------------------------------------------------------

         Key: TAPESTRY-440
         URL: http://issues.apache.org/jira/browse/TAPESTRY-440
     Project: Tapestry
        Type: Improvement
  Components: Framework  
    Versions: 4.0    
    Reporter: Henri Dupre
    Priority: Minor


Many people seem to be using Tapestry to render emails inside the applications.
With tapestry 3.0, it was possible to store the get the value of the current 
form attribute, create a writer, render a page inside the current RequestCycle 
(for generating the email) and finally restore the form attribute.
With all the changes in Tapestry 4, this process is not straightforward to 
translate, and also I think this process should be hidden inside the framework. 

Suggestion: add a method inside the IRequestCycle (or another Tapestry service) 
to render a page to a writer.

-- 
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]

Reply via email to