Re: datetimepicker doesn't show up

2008-04-17 Thread Dave Newton
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

Re: datetimepicker doesn't show up

2008-04-17 Thread tristan_colson
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

Re: datetimepicker doesn't show up

2008-04-17 Thread Jeromy Evans
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.