From richfaces-svn-commits at lists.jboss.org Wed Dec 31 04:57:31 2008 Content-Type: multipart/mixed; boundary="===============4750403912829301592==" 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: r12079 - trunk/docs/userguide/en/src/main/docbook/modules. Date: Wed, 31 Dec 2008 04:57:29 -0500 Message-ID: --===============4750403912829301592== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: atsebro Date: 2008-12-31 04:57:29 -0500 (Wed, 31 Dec 2008) New Revision: 12079 Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml Log: RF-4056: Getting Started with RichFaces chapter should be updated = Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarte= d.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 --- trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml = 2008-12-30 17:05:10 UTC (rev 12078) +++ trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml = 2008-12-31 09:57:29 UTC (rev 12079) @@ -66,11 +66,19 @@ necessary to register them in proj= ect web.xml file. Add following lines in web.xml: org.richfaces.SKIN blueSky + + + + org.richfaces.CONTROL_SKINNING + enable + = + = RichFaces Filter = richfaces = @@ -85,6 +93,7 @@ INCLUDE ...]]> + For more information on how to work with R= ichFaces skins read "Skinnabilty= " chapter. Finally the web.xml shoul= d look like this: org.richfaces.SKIN blueSky + + + org.richfaces.CONTROL_SKINNING + enable + = - = RichFaces Filter = richfaces = org.ajax4jsf.Filter = = = - = richfaces = Faces Servlet @@ -200,37 +212,35 @@ <%@ taglib uri=3D"http://richfaces.org/rich" prefix=3D"rich"%> = - - RichFaces Greeter - - - -

RichFaces Greeter

- - - - - - - - - - - - - - -
- + + RichFaces Greeter + + + + + + + + + + = + + = + + + + + + + + + ]]>
- The application uses two RichFaces com= ponents: - <a4j:comman= dButton> - with built-in Ajax sup= port allows rendering a - greeting dynamically after a respo= nse comes back and - - <a4j:form&g= t; - helps the button to pe= rform the action. + The application uses three RichFaces c= omponents: = + <= rich:panel> is used as visual container for inform= ation; = + <= a4j:commandButton> with built-in Ajax support allo= ws rendering a greeting dynamically after a response comes back = + and = <a4j:form> helps the button to perform the acti= on. = + Note, that the RichFaces tag library s= hould be declared on each JSP page. For XHTML pages add foll= owing lines for tag library declaration: --===============4750403912829301592==--