[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-3734) style and styleClass attrs don't work in a4j:page
Yura Zhishko (JIRA)
jira-events at lists.jboss.org
Wed Feb 4 04:39:44 EST 2009
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
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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jbosstools-issues
mailing list