Author: wesw Date: Wed Mar 11 13:49:11 2009 New Revision: 752446 URL: http://svn.apache.org/viewvc?rev=752446&view=rev Log: organizing index page, adding simple form with validation and datepicker
Modified: struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/index.jsp Modified: struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/index.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/index.jsp?rev=752446&r1=752445&r2=752446&view=diff ============================================================================== --- struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/index.jsp (original) +++ struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/index.jsp Wed Mar 11 13:49:11 2009 @@ -5,6 +5,7 @@ <title>Struts JQuery Showcase</title> </head> <body> +<h2>Simple Form Examples</h2> <ul> <li> <s:url var="url" namespace="/form" action="SimpleFormPostNonAjaxResponse-input"/> @@ -30,6 +31,9 @@ <s:url var="url" namespace="/form" action="FormWithResetPostReqAjaxResp-input"/> <s:a href="%{#url}">Form With Reset Post Ajax Response</s:a> </li> + </ul> +<h2>Form Examples Using jquery-simple Theme</h2> + <ul> <li> <s:url var="url" namespace="/simple-theme" action="FormWithResetPostReqAjaxResp-input"/> <s:a href="%{#url}">Form With Reset Post Request Ajax Response (simple theme)</s:a> @@ -42,11 +46,17 @@ <s:url var="url" namespace="/simple-theme" action="SimpleFormPostNonAjaxResponse-input"/> <s:a href="%{#url}">Simple Form Post Non-Ajax Response (simple theme)</s:a> </li> + </ul> +<h2>Date Picker Examples</h2> + <ul> <li> <s:url var="url" value="/form/date-input"/> <s:a href="%{#url}">Date Picker</s:a> </li> - + <li> + <s:url var="url" value="/form/simple-form-with-date-picker-input"/> + <s:a href="%{#url}">Form With a Date Picker, Validation & AJAX Response</s:a> + </li> </ul> </body> </html> \ No newline at end of file