[richfaces-svn-commits] JBoss Rich Faces SVN: r2435 - trunk/test-applications/jsp/src/main/webapp/SuggestionBox.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Thu Aug 23 09:49:28 EDT 2007
Author: ayanul
Date: 2007-08-23 09:49:28 -0400 (Thu, 23 Aug 2007)
New Revision: 2435
Modified:
trunk/test-applications/jsp/src/main/webapp/SuggestionBox/SuggestionBox.jsp
Log:
update
Modified: trunk/test-applications/jsp/src/main/webapp/SuggestionBox/SuggestionBox.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/SuggestionBox/SuggestionBox.jsp 2007-08-23 13:46:39 UTC (rev 2434)
+++ trunk/test-applications/jsp/src/main/webapp/SuggestionBox/SuggestionBox.jsp 2007-08-23 13:49:28 UTC (rev 2435)
@@ -3,8 +3,8 @@
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
<html>
+<f:view>
<f:subview id="suggestionBoxID">
-<f:view>
<h:form id="suggestionbox_form">
<f:verbatim>Suggestion Box will suggest you Town's names if it's started with the "a" or
@@ -126,6 +126,6 @@
</h:panelGrid>
<h:commandLink value="Back" action="main"></h:commandLink>
</h:form>
+</f:subview>
</f:view>
-</f:subview>
</html>
More information about the richfaces-svn-commits
mailing list