Prototype doesn't play nicely with much of anything.
You'll most likely need to load Prototype last and hope for the best; an
older application of mine used both and that was how I worked around it.
That said, I don't particularly recommend mixing Prototype with much of
anything else because of t
I tried adding the debug="true", and got the following error when it
rendered my JSP:
FATAL exception raised: Could not load 'struts.widget.Bind'; last tried
'__package__.js'
Googling this leads me to believe that perhaps some libraries aren't playing
well together.
Here are the other libraries
It looks right.
Turn on debugging with s:head
and use the FireFox FireBug plugin to determine if it failed to find any
resources.
The template for the calendar is loaded via an ajax request. If that
request fails you see nothing.
tristan_colson wrote:
I am trying to use s:datetimepicker.
3 matches
Mail list logo