[ 
https://issues.apache.org/jira/browse/TAP5-286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ulrich Stärk updated TAP5-286:
------------------------------

    Labels: bulk-close-candidate  (was: )

This issue has been last updated more than 1.5 years ago, has no assignee, 
affects an old version of Tapestry that is not actively developed anymore, and 
is therefore prone to be bulk-closed in the near future.

If the issue still persists with the most recent development preview of 
Tapestry, please update it as soon as possible. In the case of a feature 
request, please discuss it with the Tapestry developer community on the 
d...@tapestry.apache.org mailing list first.
                
> Add the possibility (as an option) for all generated URL to include the 
> domain and context
> ------------------------------------------------------------------------------------------
>
>                 Key: TAP5-286
>                 URL: https://issues.apache.org/jira/browse/TAP5-286
>             Project: Tapestry 5
>          Issue Type: New Feature
>    Affects Versions: 5.0.16
>            Reporter: Martin Papy
>              Labels: bulk-close-candidate
>
> Now that we have the possibility to access the Dom and manipulate it easily, 
> we can use Tapestry to generate email based on Page Rendering... But Tapestry 
> generate only absolute URL ( without http://mydomain.com/context/ ).
> For the moment I do this in the cleanupRender phase :
> String mailBody  = writer.getDocument().getRootElement.toString();
> And I send the result by mail.
> It would be very useful if we could tell Tapestry -maybe with a special 
> Annotation- that we want for a particular Page/Component all URL / Link to 
> pages / Link to Assets (and so on) to be fully qualified ( ie not 
> /assets/xxxx/yyy.jpg but http(s)://domain.com/context/assets/xxxx/yyy.jpg )

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to