Details
Description
The drag and drop, menus, and other javascript dependant features weren't working. When viewing the browser's source of autoBeansFacelets, I noticed this:
<script language="javascript" src="/autoBeansFacelets/xmlhttp/1173899385015/icefaces-d2d.js"></script>
<script language="javascript" src="/autoBeansFacelets/xmlhttpnullice-extras.js"></script>
This shows that the mechanism for generating the 1173899385015 number was partially working, but not fully.
<script language="javascript" src="/autoBeansFacelets/xmlhttp/1173899385015/icefaces-d2d.js"></script>
<script language="javascript" src="/autoBeansFacelets/xmlhttpnullice-extras.js"></script>
This shows that the mechanism for generating the 1173899385015 number was partially working, but not fully.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #13390 | Wed Mar 14 13:21:29 MDT 2007 | mark.collette | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/MainServlet.java
MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/application/StartupTime.java |