History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WW-1471
Type: Bug Bug
Status: Resolved Resolved
Resolution: Cannot Reproduce
Priority: Major Major
Assignee: tm_jee
Reporter: Daniel Liu
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
WebWork

DatePicker Script Url problem

Created: 20/Aug/07 12:45 AM   Updated: 30/Nov/07 07:45 AM
Component/s: Views
Affects Version/s: 2.2.5
Fix Version/s: 2.2.7

Environment: Windows zh_CN,Tomcat,JDK 1.4


 Description  « Hide
I put a datepiker Tag on my page.
This tag does not show correctly,

For example:
the url of the page is /emcp/web/test.jsp
and the source of the page show in the web browser

<script type="text/javascript" src="/emcp/web/test.jspcalendar.js"></script>
<script type="text/javascript" src="/emcp/web/test.jspcalendar-zh.js"></script>
<script type="text/javascript" src="/emcp/web/test.jspcalendar-setup.js"></script>



 All   Comments   Change History      Sort Order:
tm_jee - [30/Nov/07 07:45 AM ]
Hi Daniel,

can't seems to reproduce this in my local box. it seems to be giving me

<script type="text/javascript" src="/webwork/jscalendar/calendar.js"></script>
<script type="text/javascript" src="/webwork/jscalendar/lang/calendar-en.js"></script>
<script type="text/javascript" src="/webwork/jscalendar/calendar-setup.js"></script>

which looks ok to me.

Resolving this issue as 'can't reproduce'. Feel free to reopen this if you feel otherwise. If you could provide us with a sample webapp that demonstrates this issue that'd be super.

cheers Daniel.