Author: abelevich
Date: 2008-03-21 10:29:38 -0400 (Fri, 21 Mar 2008)
New Revision: 7052
Modified:
trunk/samples/inplaceSelect-sample/src/main/webapp/pages/index.jsp
Log:
Modified: trunk/samples/inplaceSelect-sample/src/main/webapp/pages/index.jsp
===================================================================
--- trunk/samples/inplaceSelect-sample/src/main/webapp/pages/index.jsp 2008-03-21 14:28:35
UTC (rev 7051)
+++ trunk/samples/inplaceSelect-sample/src/main/webapp/pages/index.jsp 2008-03-21 14:29:38
UTC (rev 7052)
@@ -1,5 +1,6 @@
<%@ taglib
uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib
uri="http://java.sun.com/jsf/core" prefix="f"%>
+<%@ taglib
uri="http://richfaces.org/a4j" prefix="a4j" %>
<%@ taglib
uri="http://labs.jboss.com/jbossrichfaces/ui/inplaceSelect"
prefix="is"%>
<html>
<head>
@@ -65,7 +66,7 @@
Fresh off his victory in the Florida primary, Sen. John McCain is poised to take
another big prize. Former
<is:inplaceSelect
- id="aaaa"
+ id="inplace"
editEvent="#{bean.editEvent}"
maxSelectWidth="#{bean.maxSelectWidth}"
minSelectWidth="#{bean.minSelectWidth}"
@@ -82,16 +83,18 @@
valueChangeListener="#{bean.valueChange}"
layout="inline"
- <f:selectItem itemLabel="option 1"
itemValue="Kansas City"/>
- <f:selectItem itemLabel="option 2" itemValue="Las
Vegas"/>
- <f:selectItem itemLabel="option 3" itemValue="Oklahoma
City"/>
- <f:selectItem itemLabel="option 4" itemValue="New
Jersey"/>
- <f:selectItem itemLabel="option 5" itemValue="Detroit"/>
- <f:selectItem itemLabel="option 6" itemValue="Toronto"/>
- <f:selectItem itemLabel="option 7"
itemValue="Cleveland"/>
- <f:selectItem itemLabel="option 8"
itemValue="Indianapolis"/>
- <f:selectItem itemLabel="option 9" itemValue="New
York"/>
+ <f:selectItem itemValue="option 1" itemLabel="Kansas
City"/>
+ <f:selectItem itemValue="option 2" itemLabel="Las
Vegas"/>
+ <f:selectItem itemValue="option 3" itemLabel="Oklahoma
City"/>
+ <f:selectItem itemValue="option 4" itemLabel="New
Jersey"/>
+ <f:selectItem itemValue="option 5" itemLabel="Detroit"/>
+ <f:selectItem itemValue="option 6" itemLabel="Toronto"/>
+ <f:selectItem itemValue="option 7"
itemLabel="Cleveland"/>
+ <f:selectItem itemValue="option 8"
itemLabel="Indianapolis"/>
+ <f:selectItem itemValue="option 9" itemLabel="New
York"/>
</is:inplaceSelect>
+ <a4j:commandButton reRender="inplace"
value="12312"></a4j:commandButton>
+
Mayor Rudy Giuliani plans to drop out and endorse McCain, two GOP sources said. That
would give McCain added momentum heading into a debate Wednesday and next week's Super
Tuesday contests
<br/>
@@ -281,7 +284,6 @@
</td>
</tr>
</table>
-
</h:form>
</f:view>
</body>