Author: ayanul
Date: 2007-09-11 11:24:50 -0400 (Tue, 11 Sep 2007)
New Revision: 2875
Modified:
trunk/test-applications/jsp/src/main/webapp/SuggestionBox/SuggestionBox.jsp
Log:
Render
Modified: trunk/test-applications/jsp/src/main/webapp/SuggestionBox/SuggestionBox.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/SuggestionBox/SuggestionBox.jsp 2007-09-11
14:48:57 UTC (rev 2874)
+++ trunk/test-applications/jsp/src/main/webapp/SuggestionBox/SuggestionBox.jsp 2007-09-11
15:24:50 UTC (rev 2875)
@@ -21,8 +21,7 @@
first="#{sb.first}" minChars="#{sb.minchars}" tokens=",
]"
bgcolor="#{sb.bgColor}" focus="#{sb.forcus}"
title="#{result.text}"
summary="summary" shadowOpacity="#{sb.shadowOpacity}"
- shadowDepth="#{sb.shadowDepth}" reRender="#{sb.reRender}"
- selectValueClass="mousemove" >
+ shadowDepth="#{sb.shadowDepth}" selectValueClass="mousemove"
rendered="#{sb.reRender}">
<h:column>
<h:outputText value="#{result.text}" />
</h:column>
@@ -121,8 +120,8 @@
<a4j:support event="onclick"
reRender="suggestionBoxId"></a4j:support>
</h:selectOneRadio>
- <h:outputText value="reRender"></h:outputText>
- <h:selectBooleanCheckbox
value="#{sb.reRender}"></h:selectBooleanCheckbox>
+ <h:outputText value="Render"></h:outputText>
+ <h:selectBooleanCheckbox value="#{sb.reRender}"
onchange="submit();"></h:selectBooleanCheckbox>
</h:panelGrid>
<h:commandLink value="Back"
action="main"></h:commandLink>
</h:form>
Show replies by date