[
https://issues.apache.org/jira/browse/TOBAGO-1909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16591610#comment-16591610
]
Hudson commented on TOBAGO-1909:
--------------------------------
SUCCESS: Integrated in Jenkins build Tobago Trunk #1503 (See
[https://builds.apache.org/job/Tobago%20Trunk/1503/])
TOBAGO-1909 Component with style tag inside a grid layout lead to a (hnoeth:
rev 270bcd188dc2e6bc243856aa3eadb00454cbc0b8)
* (add)
tobago-example/tobago-example-demo/src/main/webapp/content/40-test/4600-gridLayout/90-style-tag/style-tag.xhtml
* (add)
tobago-example/tobago-example-demo/src/main/webapp/content/40-test/4600-gridLayout/90-style-tag/style-tag.test.js
> Component with style tag inside a grid layout lead to a ServletException
> ------------------------------------------------------------------------
>
> Key: TOBAGO-1909
> URL: https://issues.apache.org/jira/browse/TOBAGO-1909
> Project: MyFaces Tobago
> Issue Type: Bug
> Components: Core
> Affects Versions: 4.2.1
> Reporter: Henning Noeth
> Assignee: Henning Noeth
> Priority: Major
> Fix For: 4.3.0
>
>
> If a component with an style tag is inside a grid layout and a submit is
> executed, a ServletException ("Error restoring component") will be thrown.
> Example:
> {code:xml}<tc:button label="Submit"/>
> <tc:box label="Grid with style">
> <tc:gridLayout columns="auto">
> <tc:out value="Output">
> <tc:style customClass="text-warning"/>
> </tc:out>
> <tc:in value="Input"/>
> </tc:gridLayout>
> </tc:box>{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)