From richfaces-svn-commits at lists.jboss.org Fri Mar 25 10:35:03 2011 Content-Type: multipart/mixed; boundary="===============0334178326688151160==" 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: r22315 - in branches/RF-10753/examples/richfaces-showcase/src/main/webapp/richfaces: outputPanel and 1 other directories. Date: Fri, 25 Mar 2011 10:35:03 -0400 Message-ID: <201103251435.p2PEZ3h1028024@svn01.web.mwc.hst.phx2.redhat.com> --===============0334178326688151160== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: artdaw Date: 2011-03-25 10:35:02 -0400 (Fri, 25 Mar 2011) New Revision: 22315 Modified: branches/RF-10753/examples/richfaces-showcase/src/main/webapp/richfaces/= autocomplete/cachedAjax.xhtml branches/RF-10753/examples/richfaces-showcase/src/main/webapp/richfaces/= outputPanel/simple.xhtml branches/RF-10753/examples/richfaces-showcase/src/main/webapp/richfaces/= status/viewusage.xhtml Log: RF-10806: unterminated paragraph tag in showcase are fixed Modified: branches/RF-10753/examples/richfaces-showcase/src/main/webapp/ric= hfaces/autocomplete/cachedAjax.xhtml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/RF-10753/examples/richfaces-showcase/src/main/webapp/richfaces= /autocomplete/cachedAjax.xhtml 2011-03-25 14:32:11 UTC (rev 22314) +++ branches/RF-10753/examples/richfaces-showcase/src/main/webapp/richfaces= /autocomplete/cachedAjax.xhtml 2011-03-25 14:35:02 UTC (rev 22315) @@ -1,26 +1,27 @@ - + + xmlns:h=3D"http://java.sun.com/jsf/html" + xmlns:f=3D"http://java.sun.com/jsf/core" + xmlns:ui=3D"http://java.sun.com/jsf/facelets"> = -

Autocomplete component - simple Input component which provides suggest= ions during input.

-

Could works using three modes: -

= -

-

Here is the sample for new cachedAjax mode.

- - - - - - - +

Autocomplete component - simple Input component which provides sugg= estions during input.

+ +

Could works using three modes:

+ +

Here is the sample for new cachedAjax mode.

+ + + + + + +
= \ No newline at end of file Modified: branches/RF-10753/examples/richfaces-showcase/src/main/webapp/ric= hfaces/outputPanel/simple.xhtml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/RF-10753/examples/richfaces-showcase/src/main/webapp/richfaces= /outputPanel/simple.xhtml 2011-03-25 14:32:11 UTC (rev 22314) +++ branches/RF-10753/examples/richfaces-showcase/src/main/webapp/richfaces= /outputPanel/simple.xhtml 2011-03-25 14:35:02 UTC (rev 22315) @@ -1,36 +1,39 @@ - + + xmlns:h=3D"http://java.sun.com/jsf/html" + xmlns:f=3D"http://java.sun.com/jsf/core" + xmlns:ui=3D"http://java.sun.com/jsf/facelets"> = = -

a4j:outputPanel component designed to provide next - features: -

-

- - - - - - - +

a4j:outputPanel component designed to provide next + features: +

+ + + + + + + +
= \ No newline at end of file Modified: branches/RF-10753/examples/richfaces-showcase/src/main/webapp/ric= hfaces/status/viewusage.xhtml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/RF-10753/examples/richfaces-showcase/src/main/webapp/richfaces= /status/viewusage.xhtml 2011-03-25 14:32:11 UTC (rev 22314) +++ branches/RF-10753/examples/richfaces-showcase/src/main/webapp/richfaces= /status/viewusage.xhtml 2011-03-25 14:35:02 UTC (rev 22315) @@ -9,13 +9,12 @@ - start and stop. The start state indicates that an Ajax request is in progress. When Ajax Response comes back, the component switches to the stop stage.

-

Status could be defined: +

Status could be defined:

-

Example of View scoped status. It should be defined outside of any form and will handle all the Ajax requests within the view.

--===============0334178326688151160==--