[JBoss JIRA] Created: (RF-6561) rich page: different align for content of component "header" and "footer" facets.
by Mikhail Vitenkov (JIRA)
rich page: different align for content of component "header" and "footer" facets.
---------------------------------------------------------------------------------
Key: RF-6561
URL: https://jira.jboss.org/jira/browse/RF-6561
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.1
Environment: IE6, IE7, FF 3.0.7, Safari 3.1, Opera 9.62, Chrome 1.0.154.43(3.3.1-BETA1)
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
#1. Use following code:
<rich:page sidebarPosition="left"
sidebarWidth="1400" width="1400">
<f:facet name="header">
<h:outputText value="HEADER" />
</f:facet>
<f:facet name="sidebar">
<rich:layout>
...
</rich:layout>
</f:facet>
<f:facet name="footer">
<h:outputText value="FOOTER" />
</f:facet>
</rich:page>
#2. Navigate to the page and verify "footer" and "header" content align.
Actual behavior:
Header content have "left" align.
Footer content have "center" align.
--
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
16 years, 11 months
[JBoss JIRA] Created: (RF-6894) RegressionArea application doesn't deploy on JBoss 5.x
by Ondrej Skutka (JIRA)
RegressionArea application doesn't deploy on JBoss 5.x
------------------------------------------------------
Key: RF-6894
URL: https://jira.jboss.org/jira/browse/RF-6894
Project: RichFaces
Issue Type: Bug
Components: functional-tests
Affects Versions: 3.3.0
Reporter: Ondrej Skutka
RegressionArea application cannot be deployed on JBoss 5.x AS:
ERROR [[/regressionArea]] Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED!
Source Document: vfszip:/home/ony/Programming/jboss-5.0.1.GA/server/default/deploy/regressionArea-ear.ear/lib/jboss-seam-debug-2.1.1.GA.jar/META-INF/faces-config.xml
Cause: Class 'org.jboss.seam.debug.jsf.SeamDebugPhaseListener' is missing a runtime dependency: java.lang.NoClassDefFoundError: com/sun/facelets/compiler/Compiler
--
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
16 years, 11 months
[JBoss JIRA] Created: (RF-6938) jsFunction: not user friendly exception when name missed.
by Ilya Shaikovsky (JIRA)
jsFunction: not user friendly exception when name missed.
---------------------------------------------------------
Key: RF-6938
URL: https://jira.jboss.org/jira/browse/RF-6938
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.1
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
Priority: Trivial
java.lang.NullPointerException
at java.lang.StringBuffer.<init>(StringBuffer.java:104)
at org.ajax4jsf.renderkit.AjaxFunctionRendererBase.getFunction(AjaxFunctionRendererBase.java:54)
at org.ajax4jsf.renderkit.html.FunctionRenderer.doEncodeEnd(FunctionRenderer.java:125)
at org.ajax4jsf.renderkit.html.FunctionRenderer.doEncodeEnd(FunctionRenderer.java:134)
at org.ajax4jsf.renderkit.RendererBase.encodeEnd(RendererBase.java:134)
at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:861)
if name is missed for jsFunction component.
should be something like "name attribute is mandatory for the component"
--
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
16 years, 11 months