marius_c1
Newbie
Posts: 1
Registered: 1/10/2005
Member Is Offline
|
| posted on 1/10/2005 at 01:29 PM |
|
|
Can't execute code from a freed script
Hi,
I am working on a web application base on JSP. I have a frameset with 2 frames. In right frame I include using <jsp:include> to include
another jsp containing the date picker.
I notice strange behaviour.
1. The picker open but when selecting a date I get "Can't execute code from a freed script".
2. Pressing previous year and next year cause to show the picker without years navigation butons.
Both happen only first time you open the picker, then everything works fine.
Also in a jsp what is not included it works also fine
|
|
|
|