
| Key: |
WW-1471
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Cannot Reproduce
|
| Priority: |
Major
|
| Assignee: |
tm_jee
|
| Reporter: |
Daniel Liu
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
WebWork
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
|
|
|
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>
|
|
Description
|
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>
|
Show » |
|
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.