setecastronomy wrote:
So, according to my experience if you use Sitemesh and datetimepicker
together you have to remember to use exceptions in the decorator.xml...
Thank you for sharing your experience. This is not a DateTimePicker-specific issue.

If you use a page decorator like sitemesh you need to ensure it doesn't inadvertently decorate resources loaded asynchronously by the browser. Irrespective of which library you use, most ajax widgets make asynchronous requests for resources and you need to ensure sitemesh excludes these.

In the specific case of the datatimepicker, among other files, it asynchronously requests an html template for its popup.

regards,
Jeromy Evans

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to