Author: mvitenkov
Date: 2009-04-10 07:21:01 -0400 (Fri, 10 Apr 2009)
New Revision: 13489
Modified:
trunk/test-applications/facelets/src/main/webapp/ProgressBar/ProgressBar.xhtml
Log:
remove findComponent
Modified: trunk/test-applications/facelets/src/main/webapp/ProgressBar/ProgressBar.xhtml
===================================================================
---
trunk/test-applications/facelets/src/main/webapp/ProgressBar/ProgressBar.xhtml 2009-04-10
11:02:17 UTC (rev 13488)
+++
trunk/test-applications/facelets/src/main/webapp/ProgressBar/ProgressBar.xhtml 2009-04-10
11:21:01 UTC (rev 13489)
@@ -103,16 +103,5 @@
<h:outputText value="rendered:" />
<h:selectBooleanCheckbox value="#{progressBar.rendered}"
onchange="submit();" />
- </h:panelGrid>
- <br />
- <br />
- <div style="FONT-WEIGHT: bold;">rich:findComponent</div>
- <h:panelGrid columns="2">
- <rich:column>
- <a4j:commandLink value="getValue"
reRender="findID"></a4j:commandLink>
- </rich:column>
- <rich:column>
- <h:outputText
value="#{rich:findComponent('progressBarID').value}"
id="findID"/>
- </rich:column>
- </h:panelGrid>
+ </h:panelGrid>
</f:subview>
\ No newline at end of file
Show replies by date