[jbosstools-issues] [JBoss JIRA] Closed: (JBIDE-3734) style and styleClass attrs don't work in a4j:page

Yura Zhishko (JIRA) jira-events at lists.jboss.org
Mon Feb 9 14:14:44 EST 2009


     [ https://jira.jboss.org/jira/browse/JBIDE-3734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yura Zhishko closed JBIDE-3734.
-------------------------------



Verified in jbdevstudio-eap-win32-2.0.0.GA-N200902062012-H1431

> 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: Yura Zhishko
>             Fix For: 3.0.0.GA
>
>
> 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