JBoss Rich Faces SVN: r8180 - trunk/docs/userguide/en/src/main/docbook/modules.
by richfaces-svn-commits@lists.jboss.org
Author: artdaw
Date: 2008-04-25 10:05:15 -0400 (Fri, 25 Apr 2008)
New Revision: 8180
Modified:
trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
Log:
http://jira.jboss.com/jira/browse/RF-3189 - fixing errors in xml-code
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2008-04-25 14:02:48 UTC (rev 8179)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2008-04-25 14:05:15 UTC (rev 8180)
@@ -261,7 +261,7 @@
<property>"ajaxRendered" </property>
</emphasis> attribute. "limitToList" =
<property>"false"</property> means to update only the area(s) that
- mentioned in the <emphasis/>"reRender"<property/> attribute explicitly.
+ mentioned in the <emphasis><property>"reRender"</property></emphasis> attribute explicitly.
All output panels with
"ajaxRendered"=<property>"true"</property>is ignored. An
example is placed below:</para>
16 years, 8 months
JBoss Rich Faces SVN: r8178 - trunk/test-applications/jsp/src/main/webapp/pages.
by richfaces-svn-commits@lists.jboss.org
Author: ayanul
Date: 2008-04-25 09:10:38 -0400 (Fri, 25 Apr 2008)
New Revision: 8178
Modified:
trunk/test-applications/jsp/src/main/webapp/pages/main.jsp
Log:
fix title
Modified: trunk/test-applications/jsp/src/main/webapp/pages/main.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/pages/main.jsp 2008-04-25 13:09:11 UTC (rev 8177)
+++ trunk/test-applications/jsp/src/main/webapp/pages/main.jsp 2008-04-25 13:10:38 UTC (rev 8178)
@@ -12,7 +12,7 @@
<h:form id="mainFormID">
<rich:panel>
<f:verbatim>
- <div align="center"><font size="4" color="#191970">RichFaces Test Application (JSF 1.2RI)</font></div>
+ <div align="center"><font size="4" color="#191970">RichFaces Test Application</font></div>
</f:verbatim>
</rich:panel>
<rich:spacer></rich:spacer>
16 years, 8 months
JBoss Rich Faces SVN: r8177 - trunk/test-applications/facelets/src/main/webapp/pages.
by richfaces-svn-commits@lists.jboss.org
Author: ayanul
Date: 2008-04-25 09:09:11 -0400 (Fri, 25 Apr 2008)
New Revision: 8177
Modified:
trunk/test-applications/facelets/src/main/webapp/pages/main.xhtml
Log:
fix title
Modified: trunk/test-applications/facelets/src/main/webapp/pages/main.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/pages/main.xhtml 2008-04-25 13:01:51 UTC (rev 8176)
+++ trunk/test-applications/facelets/src/main/webapp/pages/main.xhtml 2008-04-25 13:09:11 UTC (rev 8177)
@@ -11,7 +11,7 @@
<body>
<h:form>
<rich:panel>
- <f:verbatim><div align="center"><font size="4" color="#191970">RichFaces Test Application (JSF 1.1RI(1.2RI) with Facelets)</font></div></f:verbatim>
+ <f:verbatim><div align="center"><font size="4" color="#191970">RichFaces Test Application with Facelets)</font></div></f:verbatim>
</rich:panel>
<rich:spacer></rich:spacer>
<rich:panel>
16 years, 8 months
JBoss Rich Faces SVN: r8176 - trunk/test-applications/jsp/src/main/webapp/pages.
by richfaces-svn-commits@lists.jboss.org
Author: ayanul
Date: 2008-04-25 09:01:51 -0400 (Fri, 25 Apr 2008)
New Revision: 8176
Modified:
trunk/test-applications/jsp/src/main/webapp/pages/main.jsp
Log:
fix title
Modified: trunk/test-applications/jsp/src/main/webapp/pages/main.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/pages/main.jsp 2008-04-25 12:48:54 UTC (rev 8175)
+++ trunk/test-applications/jsp/src/main/webapp/pages/main.jsp 2008-04-25 13:01:51 UTC (rev 8176)
@@ -12,7 +12,7 @@
<h:form id="mainFormID">
<rich:panel>
<f:verbatim>
- <div align="center"><font size="4" color="#191970">RichFaces Test Application (JSF 1.1RI(1.2RI))</font></div>
+ <div align="center"><font size="4" color="#191970">RichFaces Test Application (JSF 1.2RI)</font></div>
</f:verbatim>
</rich:panel>
<rich:spacer></rich:spacer>
16 years, 8 months
JBoss Rich Faces SVN: r8175 - trunk/ui/panelmenu/src/main/java/org/richfaces/renderkit/html.
by richfaces-svn-commits@lists.jboss.org
Author: sergeyhalipov
Date: 2008-04-25 08:48:54 -0400 (Fri, 25 Apr 2008)
New Revision: 8175
Modified:
trunk/ui/panelmenu/src/main/java/org/richfaces/renderkit/html/PanelMenuGroupRenderer.java
Log:
http://jira.jboss.com/jira/browse/RF-3248
Modified: trunk/ui/panelmenu/src/main/java/org/richfaces/renderkit/html/PanelMenuGroupRenderer.java
===================================================================
--- trunk/ui/panelmenu/src/main/java/org/richfaces/renderkit/html/PanelMenuGroupRenderer.java 2008-04-25 12:48:09 UTC (rev 8174)
+++ trunk/ui/panelmenu/src/main/java/org/richfaces/renderkit/html/PanelMenuGroupRenderer.java 2008-04-25 12:48:54 UTC (rev 8175)
@@ -294,7 +294,7 @@
public String getDivClass(FacesContext context, UIComponent component) {
String result = "";
if (isTopLevel(component))
- result = "dr-pmenu-top-group-div";
+ result = "dr-pmenu-top-group-div rich-pmenu-top-group-div";
return result;
}
16 years, 8 months
JBoss Rich Faces SVN: r8174 - trunk/ui/listShuttle/src/main/resources/org/richfaces/renderkit/html/css.
by richfaces-svn-commits@lists.jboss.org
Author: vmolotkov
Date: 2008-04-25 08:48:09 -0400 (Fri, 25 Apr 2008)
New Revision: 8174
Modified:
trunk/ui/listShuttle/src/main/resources/org/richfaces/renderkit/html/css/listShuttle.xcss
Log:
http://jira.jboss.com/jira/browse/RF-3240
Modified: trunk/ui/listShuttle/src/main/resources/org/richfaces/renderkit/html/css/listShuttle.xcss
===================================================================
--- trunk/ui/listShuttle/src/main/resources/org/richfaces/renderkit/html/css/listShuttle.xcss 2008-04-25 12:37:06 UTC (rev 8173)
+++ trunk/ui/listShuttle/src/main/resources/org/richfaces/renderkit/html/css/listShuttle.xcss 2008-04-25 12:48:09 UTC (rev 8174)
@@ -5,6 +5,10 @@
<f:verbatim><![CDATA[
+.rich-list-shuttle {
+ -moz-user-select: none;
+}
+
.rich-shuttle-controls {
padding : 0px 8px 5px 8px;
}
@@ -31,9 +35,6 @@
width:100%;
}
-.body {
- -moz-user-select: none;
-}
]]>
</f:verbatim>
16 years, 8 months
JBoss Rich Faces SVN: r8173 - trunk/ui/tabPanel/src/main/templates.
by richfaces-svn-commits@lists.jboss.org
Author: sergeyhalipov
Date: 2008-04-25 08:37:06 -0400 (Fri, 25 Apr 2008)
New Revision: 8173
Modified:
trunk/ui/tabPanel/src/main/templates/tabPanel.jspx
Log:
http://jira.jboss.com/jira/browse/RF-3253
Modified: trunk/ui/tabPanel/src/main/templates/tabPanel.jspx
===================================================================
--- trunk/ui/tabPanel/src/main/templates/tabPanel.jspx 2008-04-25 12:28:26 UTC (rev 8172)
+++ trunk/ui/tabPanel/src/main/templates/tabPanel.jspx 2008-04-25 12:37:06 UTC (rev 8173)
@@ -35,7 +35,7 @@
<tbody>
<tr>
- <td align="#{component.attributes['headerAlignment']}" class="dr-bottom-line #{component.attributes['headerClass']}">
+ <td align="#{component.attributes['headerAlignment']}" class="dr-bottom-line rich-tab-bottom-line #{component.attributes['headerClass']}">
<f:call name="utils.encodeBeginFormIfNessesary" />
<!--table border="0" cellpadding="0" cellspacing="0" style="position:relative;top:1px"-->
<table border="0" cellpadding="0" cellspacing="0">
16 years, 8 months
JBoss Rich Faces SVN: r8172 - trunk/samples/richfaces-demo/src/main/webapp/richfaces/keepAlive/examples.
by richfaces-svn-commits@lists.jboss.org
Author: ilya_shaikovsky
Date: 2008-04-25 08:28:26 -0400 (Fri, 25 Apr 2008)
New Revision: 8172
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/keepAlive/examples/enabledIssue.xhtml
Log:
http://jira.jboss.com/jira/browse/RF-3203
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/keepAlive/examples/enabledIssue.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/keepAlive/examples/enabledIssue.xhtml 2008-04-25 12:24:51 UTC (rev 8171)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/keepAlive/examples/enabledIssue.xhtml 2008-04-25 12:28:26 UTC (rev 8172)
@@ -18,13 +18,13 @@
<f:verbatim>
This example <b>will not work</b> as expected. The expression for 'disabled' attribute
- equals true only after UPDATE model phase when the rsBean properties are
+ equals <i>false</i> only after UPDATE model phase when the rsBean properties are
updated with submitted values. So, the component is rendered as enabled
on the RENDER RESPONSE phase.<br />
However, those values do not make sence during the next Ajax request. The
rsBean is created from scratch as soon as it is a new request. JSF makes a
decision what is process on the second (APPLY VALUES) phase. At this moment,
- the expression for 'disabled' still equals false. Therefore, the processing
+ the expression for 'disabled' still equals true. Therefore, the processing
for button is bypassed. The action does not invoked as a result.
phase<br/><br/>
</f:verbatim>
16 years, 8 months