I was wondering if anyone has run into this. I am trying to use the
datepicker and it doesn't seem to render in the html page. When I go to the
struts cookbook demo site. The datepicker generates just fine. I took the
example page and tried running it in appfuse. It also did not run. Anyone
have any suggestions?
Any help much appreciated.
Will
Here is the jsp that does not work.
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib prefix="s" uri="/struts-tags" %>
<html>
<head>
<title>UI Tags Example</title>
<s:head />
</head>
<body>
<table>
<s:datetimepicker label="toggleType='wipe'" value="2006-10-31"
toggleType="wipe" toggleDuration="300" name="test"/>
<s:datetimepicker label="toggleType='explode'" value="2006-07-22"
toggleType="explode" toggleDuration="500"/>
</body>
</table>
--
View this message in context:
http://www.nabble.com/datepicker-problems-in-appfuse-2m4-tf3603239s2369.html#a10066449
Sent from the AppFuse - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]