You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Michael Wyraz (JIRA)" <ji...@apache.org> on 2013/11/07 19:55:18 UTC

[jira] [Commented] (TAP5-2200) Generating XML from pages and templates is not possible anymore

    [ https://issues.apache.org/jira/browse/TAP5-2200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13816252#comment-13816252 ] 

Michael Wyraz commented on TAP5-2200:
-------------------------------------

This also avoids rendering partial pages (e.g. templates for angularjs) with tapestry. Seems to be a regression to TAP5-584?

> Generating XML from pages and templates is not possible anymore
> ---------------------------------------------------------------
>
>                 Key: TAP5-2200
>                 URL: https://issues.apache.org/jira/browse/TAP5-2200
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.4
>            Reporter: Denis Delangle
>            Assignee: Thiago H. de Paula Figueiredo
>              Labels: regression
>         Attachments: tap5-2200.patch
>
>
> With Tapestry 5.4-alpha-22, I can't produce XML content with pages anymore. 
> Given the page 
> @ContentType("text/xml")
> public class ModuleInfo {
> ...
> }
> And the given template
> <info xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
> 	<moduleName>${context.moduleName}</moduleName>
> 	<serverName>${context.serverName}</serverName>
> 	<serverAddress>${context.serverAddress}</serverAddress>
> 	<type>${context.type}</type>
> 	<client>${context.client}</client>
> 	<package>
> 		<t:loop source="packageInfo" value="currentEntry" >
> 			<item name="${currentEntry.key}">${currentEntry.value}</item>
> 		</t:loop>
> 	</package>
> </info>
> I get the error message : 
>  "The root element of the rendered document was <info>, not <html>. A root element of <html> is needed when linking JavaScript and stylesheet resources."
> My code was running fine with Tapestry 5.4-alpha-11



--
This message was sent by Atlassian JIRA
(v6.1#6144)