From richfaces-svn-commits at lists.jboss.org Mon Jan 31 10:19:06 2011 Content-Type: multipart/mixed; boundary="===============8546352463998857829==" 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: r21328 - in trunk/examples/richfaces-showcase/src/main/webapp/richfaces: message/samples and 1 other directories. Date: Mon, 31 Jan 2011 10:19:06 -0500 Message-ID: <201101311519.p0VFJ6ww001437@svn01.web.mwc.hst.phx2.redhat.com> --===============8546352463998857829== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: ilya_shaikovsky Date: 2011-01-31 10:19:05 -0500 (Mon, 31 Jan 2011) New Revision: 21328 Modified: trunk/examples/richfaces-showcase/src/main/webapp/richfaces/hashParam/ha= shOptionsPopup.xhtml trunk/examples/richfaces-showcase/src/main/webapp/richfaces/message/samp= les/message-sample.xhtml trunk/examples/richfaces-showcase/src/main/webapp/richfaces/messages/sam= ples/messages-sample.xhtml Log: simplified messages according to current features state. syntax errors corr= ections for hashParam. Modified: trunk/examples/richfaces-showcase/src/main/webapp/richfaces/hashP= aram/hashOptionsPopup.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 --- trunk/examples/richfaces-showcase/src/main/webapp/richfaces/hashParam/h= ashOptionsPopup.xhtml 2011-01-31 15:14:49 UTC (rev 21327) +++ trunk/examples/richfaces-showcase/src/main/webapp/richfaces/hashParam/h= ashOptionsPopup.xhtml 2011-01-31 15:19:05 UTC (rev 21328) @@ -8,7 +8,7 @@

rich:hashParam allows you to group client side parameters into hash map in order to pass to client API functions of any components.

-

Press "Show Popup" betton in order to call the pabel. All the +

Press "Show Popup" button in order to call the panel. All the parameters for show method passed from component control nested a4j:param's instead of to be defined with attributes in static way. As the show() method accepts event and options hash - all the param's Modified: trunk/examples/richfaces-showcase/src/main/webapp/richfaces/messa= ge/samples/message-sample.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 --- trunk/examples/richfaces-showcase/src/main/webapp/richfaces/message/sam= ples/message-sample.xhtml 2011-01-31 15:14:49 UTC (rev 21327) +++ trunk/examples/richfaces-showcase/src/main/webapp/richfaces/message/sam= ples/message-sample.xhtml 2011-01-31 15:19:05 UTC (rev 21328) @@ -6,15 +6,6 @@ xmlns:a4j=3D"http://richfaces.org/a4j" xmlns:rich=3D"http://richfaces.org/rich"> = - @@ -26,42 +17,25 @@ value=3D"#{userBean.name}"> - - - - - - + - - - - - + - - - - - + - - - - - + Modified: trunk/examples/richfaces-showcase/src/main/webapp/richfaces/messa= ges/samples/messages-sample.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 --- trunk/examples/richfaces-showcase/src/main/webapp/richfaces/messages/sa= mples/messages-sample.xhtml 2011-01-31 15:14:49 UTC (rev 21327) +++ trunk/examples/richfaces-showcase/src/main/webapp/richfaces/messages/sa= mples/messages-sample.xhtml 2011-01-31 15:19:05 UTC (rev 21328) @@ -5,39 +5,14 @@ xmlns:ui=3D"http://java.sun.com/jsf/facelets" xmlns:a4j=3D"http://richfaces.org/a4j" xmlns:rich=3D"http://richfaces.org/rich"> - - - - - - - - - - - - - - - + = + - \ No newline at end of file --===============8546352463998857829==--