From richfaces-svn-commits at lists.jboss.org Wed Dec 23 00:20:46 2009
Content-Type: multipart/mixed; boundary="===============1309975603604934539=="
MIME-Version: 1.0
From: richfaces-svn-commits at lists.jboss.org
To: richfaces-svn-commits at lists.jboss.org
Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r16197 - in
root/docs/trunk/Component_Reference/en-US: images and 1 other directory.
Date: Wed, 23 Dec 2009 00:20:45 -0500
Message-ID: <200912230520.nBN5KjSE010843@svn01.web.mwc.hst.phx2.redhat.com>
--===============1309975603604934539==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: SeanRogers
Date: 2009-12-23 00:20:44 -0500 (Wed, 23 Dec 2009)
New Revision: 16197
Added:
root/docs/trunk/Component_Reference/en-US/images/figu-Component_Referenc=
e-richcolumn-Basic_column_example.png
root/docs/trunk/Component_Reference/en-US/images/figu-Component_Referenc=
e-richcolumn-Column_spanning_example.png
root/docs/trunk/Component_Reference/en-US/images/figu-Component_Referenc=
e-richcolumn-Row_spanning_example.png
root/docs/trunk/Component_Reference/en-US/images/figu-Component_Referenc=
e-richcolumnGroup-Complex_headers_using_column_groups.png
Modified:
root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Actio=
ns.xml
root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Commo=
n_Ajax_attributes.xml
root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Conta=
iners.xml
root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Intro=
duction.xml
root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Panel=
s_and_containers.xml
root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Proce=
ssing_management.xml
root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Valid=
ation.xml
Log:
Fixed rendering issues
Modified: root/docs/trunk/Component_Reference/en-US/chap-Component_Referenc=
e-Actions.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Acti=
ons.xml 2009-12-23 03:22:00 UTC (rev 16196)
+++ root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Acti=
ons.xml 2009-12-23 05:20:44 UTC (rev 16197)
@@ -64,9 +64,9 @@
The converter attribute can be used to specify how t=
o convert the value before it is submitted to the data model. The property =
is assigned the new value during the Update Model phas=
e.
- Note
+ Validation failure
- If the validation of the form fails the Update Model phase will be skipped and the property will not be updated.
+ If the validation of the form fails, the Update Model phase will be skipped and the property will not be updated.
@@ -80,7 +80,7 @@
The <a4j:ajax> component allows Ajax capabilit=
y to be added to any non-Ajax component. It is placed as a direct child to =
the component that requires Ajax support. The <a4j:ajax> component uses the common attributes listed in .
- Note
+ Attaching JavaScript functions
When attaching the <a4j:ajax> component to no=
n-Ajax JavaServer Faces command components, such as <h:commandB=
utton> and <h:commandLink>, it is imp=
ortant to set disabledDefault=3D"true"
. If this attribute is n=
ot set, a non-Ajax request is sent after the Ajax request and the page is r=
efreshed unexpectedly.
@@ -148,7 +148,7 @@
The <a4j:commandButton> requires only the value and render attributes to function. =
The value attribute specifies the text of the button and=
the render attribute specifies which areas are to be up=
dated. The <a4j:commandButton> uses the o=
nclick event instead of the onsubmit event, bu=
t otherwise uses all common Ajax attributes as listed in .
- Note
+ Set disabledDefault=3D"true"
When attaching a JavaScript function to a <a4j:commandButt=
on> with the help of a <rich:componentControl><=
/sgmltag>, do not use the attachTo attribute of <rich:componentControl>. The attribute adds event handlers=
using Event.observe but <a4j:commandBut=
ton> does not include this event.
Modified: root/docs/trunk/Component_Reference/en-US/chap-Component_Referenc=
e-Common_Ajax_attributes.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Comm=
on_Ajax_attributes.xml 2009-12-23 03:22:00 UTC (rev 16196)
+++ root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Comm=
on_Ajax_attributes.xml 2009-12-23 05:20:44 UTC (rev 16197)
@@ -40,7 +40,7 @@
The value of the render attribute can also be an ex=
pression written using JavaServer Faces' Expression Language (EL=
acronym>); this can either be a Set, Collection, =
Array, or String.
- Important
+ rendered attributes
A common problem with using render occurs when the=
referenced component has a rendered attribute. JSF does not mark the place in the browser's Document Object Mod=
el (DOM) where the rendered component would be placed in=
case the rendered attribute returns false. As such, when RichFaces sends the render code to the client, the pag=
e does not update as the place for the update is not known.
Modified: root/docs/trunk/Component_Reference/en-US/chap-Component_Referenc=
e-Containers.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Cont=
ainers.xml 2009-12-23 03:22:00 UTC (rev 16196)
+++ root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Cont=
ainers.xml 2009-12-23 05:20:44 UTC (rev 16197)
@@ -34,7 +34,7 @@
The <a4j:form> builds on the functionality of =
the JavaServer Faces (JSF) component <h:form=
>, adding Ajax capabilities to the form.
- Note
+ Command link rendering fixed
The JSF component <h:form>=
, on which the <a4j:form> component is based, had =
an issue whereby the <h:commandLink> component cou=
ld not be re-rendered without re-rendering the entire form. <a4=
j:form> and <a4j:commandLink> fix thi=
s issue.
@@ -43,7 +43,7 @@
The <a4j:form> component can add indirect Ajax=
support to non-Ajax components on the form by setting ajaxSubmit=3D"=
true"
. It then uses the standard Ajax component attributes and updat=
es components specified with the render attribute.
- Important
+ ajaxSubmit
<a4j:form> should not use ajaxSubmit=3D=
"true"
if it contains other Ajax-capable components.
Modified: root/docs/trunk/Component_Reference/en-US/chap-Component_Referenc=
e-Introduction.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Intr=
oduction.xml 2009-12-23 03:22:00 UTC (rev 16196)
+++ root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Intr=
oduction.xml 2009-12-23 05:20:44 UTC (rev 16197)
@@ -15,7 +15,7 @@
The RichFaces framework as it now stands is made up of two tag librarie=
s: the a4j library and the rich library. The a4j tag library represents Ajax4jsf,=
which provides page-level Ajax support with core Ajax components. This all=
ows developers to make use of custom Ajax behavior with existing components=
. The rich tag library provides Ajax support at the =
component level instead, and includes ready-made, self-contained components=
. These components don't require additional configuration in order to send =
requests or update.
- Note
+ Ajax support
All components in the a4j library feature built=
-in Ajax support, so it is unnecessary to add the <a4j:ajax>=
behavior.
Modified: root/docs/trunk/Component_Reference/en-US/chap-Component_Referenc=
e-Panels_and_containers.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Pane=
ls_and_containers.xml 2009-12-23 03:22:00 UTC (rev 16196)
+++ root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Pane=
ls_and_containers.xml 2009-12-23 05:20:44 UTC (rev 16197)
@@ -12,7 +12,7 @@
The <rich:modalPanel> component provides a mod=
al panel or window that blocks interaction with the rest of the application=
while active. It can be easily positioned on the screen, dragged to a new =
position by the user, and re-sized.
- Important
+ Placement
The <rich:modalPanel> component should always=
be placed outside the original <h:form>, and must=
include its own <h:form> if performing submission=
s.
@@ -103,7 +103,7 @@
The <rich:tabPanel> component provides a set o=
f tabbed panels for displaying one panel of content at a time. The tabs can=
be highly customized and themed.
- Note
+ Form elements required
All <rich:tabPanel> components should be wrap=
ped in a form element so that content is correctly submitted.
Modified: root/docs/trunk/Component_Reference/en-US/chap-Component_Referenc=
e-Processing_management.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Proc=
essing_management.xml 2009-12-23 03:22:00 UTC (rev 16196)
+++ root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Proc=
essing_management.xml 2009-12-23 05:20:44 UTC (rev 16197)
@@ -59,7 +59,7 @@
- The <a4j:queue> features several events relati=
ng to queuing actions:
+ The <a4j:queue> component features several eve=
nts relating to queuing actions:
Modified: root/docs/trunk/Component_Reference/en-US/chap-Component_Referenc=
e-Validation.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Vali=
dation.xml 2009-12-23 03:22:00 UTC (rev 16196)
+++ root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Vali=
dation.xml 2009-12-23 05:20:44 UTC (rev 16197)
@@ -60,14 +60,14 @@
-
-
- The validation is performed using the ValidationBean class:
-
+
+ The validation is performed using the ValidationBean class:
+
=
-
+
+
=
@@ -119,7 +119,7 @@
=
-
+
Added: root/docs/trunk/Component_Reference/en-US/images/figu-Component_Refe=
rence-richcolumn-Basic_column_example.png
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
(Binary files differ)
Property changes on: root/docs/trunk/Component_Reference/en-US/images/figu-=
Component_Reference-richcolumn-Basic_column_example.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: root/docs/trunk/Component_Reference/en-US/images/figu-Component_Refe=
rence-richcolumn-Column_spanning_example.png
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
(Binary files differ)
Property changes on: root/docs/trunk/Component_Reference/en-US/images/figu-=
Component_Reference-richcolumn-Column_spanning_example.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: root/docs/trunk/Component_Reference/en-US/images/figu-Component_Refe=
rence-richcolumn-Row_spanning_example.png
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
(Binary files differ)
Property changes on: root/docs/trunk/Component_Reference/en-US/images/figu-=
Component_Reference-richcolumn-Row_spanning_example.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: root/docs/trunk/Component_Reference/en-US/images/figu-Component_Refe=
rence-richcolumnGroup-Complex_headers_using_column_groups.png
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
(Binary files differ)
Property changes on: root/docs/trunk/Component_Reference/en-US/images/figu-=
Component_Reference-richcolumnGroup-Complex_headers_using_column_groups.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
--===============1309975603604934539==--