From richfaces-svn-commits at lists.jboss.org Fri Sep 3 11:26:47 2010 Content-Type: multipart/mixed; boundary="===============7887631559878284619==" 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: r19115 - in branches/RF-8992/examples/input-demo/src/main: webapp and 1 other directory. Date: Fri, 03 Sep 2010 11:26:46 -0400 Message-ID: <201009031526.o83FQk1Y012993@svn01.web.mwc.hst.phx2.redhat.com> --===============7887631559878284619== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: abelevich Date: 2010-09-03 11:26:46 -0400 (Fri, 03 Sep 2010) New Revision: 19115 Added: branches/RF-8992/examples/input-demo/src/main/java/org/richfaces/demo/In= putBean.java branches/RF-8992/examples/input-demo/src/main/webapp/inplaceSelect.xhtml Modified: branches/RF-8992/examples/input-demo/src/main/webapp/index.xhtml Log: add inplaceSeelct dev. sample Added: branches/RF-8992/examples/input-demo/src/main/java/org/richfaces/dem= o/InputBean.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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-8992/examples/input-demo/src/main/java/org/richfaces/demo/I= nputBean.java (rev 0) +++ branches/RF-8992/examples/input-demo/src/main/java/org/richfaces/demo/I= nputBean.java 2010-09-03 15:26:46 UTC (rev 19115) @@ -0,0 +1,20 @@ +package org.richfaces.demo; + +import javax.faces.bean.ManagedBean; +import javax.faces.bean.SessionScoped; + + +(a)SessionScoped +(a)ManagedBean(name =3D "inputBean") +public class InputBean { + + private String value; + = + public String getValue() { + return value; + } + + public void setValue(String value) { + this.value =3D value; + } +} Modified: branches/RF-8992/examples/input-demo/src/main/webapp/index.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-8992/examples/input-demo/src/main/webapp/index.xhtml 2010-0= 9-03 15:01:51 UTC (rev 19114) +++ branches/RF-8992/examples/input-demo/src/main/webapp/index.xhtml 2010-0= 9-03 15:26:46 UTC (rev 19115) @@ -9,6 +9,7 @@

Input Components Sample

Added: branches/RF-8992/examples/input-demo/src/main/webapp/inplaceSelect.x= html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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-8992/examples/input-demo/src/main/webapp/inplaceSelect.xhtm= l (rev 0) +++ branches/RF-8992/examples/input-demo/src/main/webapp/inplaceSelect.xhtm= l 2010-09-03 15:26:46 UTC (rev 19115) @@ -0,0 +1,30 @@ + + + + + + InplaceInput + + + + + +
+
+ Test App + Fresh off his victory in the Florida primary, Sen. John McCain is pois= ed to take another big prize. Former + + + Mayor Rudy Giuliani plans to drop out and endorse McCain, two GOP sou= rces said. That would give McCain added momentum heading into a debate Wedn= esday and next week's Super Tuesday contests = +
+
+ + + +
+
+ --===============7887631559878284619==--