1 - Add the dojo directory under WEB-INF/scripts (you can download it from http://dojotoolkit.org/) 2 - Exclude pattern in decorators.xml <excludes> <pattern>/resources/*</pattern> <pattern>/scripts/dojo/*</pattern> </excludes> 3 - in the default jsp change the order and add the dojo. <script type="text/javascript" src="<c:url value='/scripts/dojo/dojo.js'/>"></script> <script type="text/javascript" src="<c:url value='/scripts/prototype.js'/>"></script> <script type="text/javascript" src="<c:url value='/scripts/scriptaculous.js'/>"></script> <script type="text/javascript" src="<c:url value='/scripts/global.js'/>"></script>
Now you can see your datetimepickers. -- View this message in context: http://www.nabble.com/a-few-struts2.x-tag-don%27t-work-within-appfuse2.0M4-tf3756059s2369.html#a10659026 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
