Author: musachy Date: Tue Mar 10 15:51:47 2009 New Revision: 752149 URL: http://svn.apache.org/viewvc?rev=752149&view=rev Log: Add more examples
Modified: struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/date-input.jsp Modified: struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/date-input.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/date-input.jsp?rev=752149&r1=752148&r2=752149&view=diff ============================================================================== --- struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/date-input.jsp (original) +++ struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/date-input.jsp Tue Mar 10 15:51:47 2009 @@ -9,7 +9,9 @@ </head> <body> <s:form id="indexForm" method="post" namespace="/form" action="date" theme="simple"> - <sjx:datepicker name="date" displayFormat="mm dd yy" theme="jquery-simple" value="date" readonly="true" imageTooltip="Select a date"/> + <sjx:datepicker name="date" displayFormat="mm dd yy" theme="jquery-simple" value="%{date}" readonly="true" imageTooltip="Select a date"/> + <sjx:datepicker name="date1" displayFormat="mm dd yy" theme="jquery-simple" value="%{calendar}" readonly="true" imageTooltip="Select a date"/> + <sjx:datepicker name="date2" displayFormat="mm dd yy" theme="jquery-simple" value="%{shortFormat}" readonly="true" imageTooltip="Select a date"/> <s:submit /> </s:form> </body>