]
Max Rydahl Andersen updated JBIDE-3734:
---------------------------------------
Fix Version/s: 3.1.0
I assume this is for later or ?
style and styleClass attrs don't work in a4j:page
-------------------------------------------------
Key: JBIDE-3734
URL:
https://jira.jboss.org/jira/browse/JBIDE-3734
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor Templates
Affects Versions: 3.0.0.CR2
Reporter: Yura Zhishko
Assignee: Yahor Radtsevich
Fix For: 3.1.0
1) According to RichFaces DevGuide next source code
<f:view>
<a4j:page>
<f:facet name="head">
<!--...Head Content here-->
</f:facet>
<!--...Page Content here-->
</a4j:page>
</f:view>
will be rendered next way:
<html>
<head>
<!--...Head Content here-->
</head>
<body>
<!--...Page Content Here-->
</body>
</html>
See example:
http://livedemo.exadel.com/richfaces-demo/richfaces/page.jsf?c=page
So, usage of this component inside <body> isn't correct, because this component
creates body itself. Setting of style and styleClass attributes equals to setting of these
attributes in <body> tag, in which this component is rendered, but VPE doesn't
apply styles at all.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: