Author: andrei_exadel
Date: 2008-10-01 05:36:35 -0400 (Wed, 01 Oct 2008)
New Revision: 10635
Modified:
trunk/test-applications/seleniumTest/richfaces/src/main/java/org/ajax4jsf/bean/ModalPanelTestBean.java
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/pages/modalPanel/modalPanelTest.xhtml
Log:
Modal Panel: test nested command & inputs
Modified:
trunk/test-applications/seleniumTest/richfaces/src/main/java/org/ajax4jsf/bean/ModalPanelTestBean.java
===================================================================
---
trunk/test-applications/seleniumTest/richfaces/src/main/java/org/ajax4jsf/bean/ModalPanelTestBean.java 2008-10-01
09:36:23 UTC (rev 10634)
+++
trunk/test-applications/seleniumTest/richfaces/src/main/java/org/ajax4jsf/bean/ModalPanelTestBean.java 2008-10-01
09:36:35 UTC (rev 10635)
@@ -17,6 +17,7 @@
private Boolean showWhenRendered = false;
private Boolean moveable = true;
private Boolean resizeable = true;
+ private String input;
/**
* @return the rendered
*/
@@ -83,7 +84,20 @@
showWhenRendered = false;
moveable = true;
resizeable = true;
+ input = null;
return null;
}
+ /**
+ * @return the input
+ */
+ public String getInput() {
+ return input;
+ }
+ /**
+ * @param input the input to set
+ */
+ public void setInput(String input) {
+ this.input = input;
+ }
}
Modified:
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/pages/modalPanel/modalPanelTest.xhtml
===================================================================
(Binary files differ)
Show replies by date