On Mon, 17 Nov 2014 15:56:23 -0200, Jan Fryblik <jan.fryb...@ebrothers.cz> wrote:

Hi guys,

Hi!

I'm migration my project from tapestry 5.3.7 to 5.4-beta22 and I'm facing another tough error. There is tapestry-jquery >4.0.1-SNAPSHOT included in project

and there is no usage of datepicker in page where is exception thrown from. Thank you for any comments or ideas.

That's not needed for you to have a datepicker-related exception.

18:46:25 [ERROR] ioc.Registry Symbol 'jquery.include_datepicker' is not defined.

The error message is clear: you need to define the jquery.include_datepicker configuration symbol, as it's used in a JavaScriptStack provided by tapestry5-jquery. Give it a value, which is probably true or false, in your AppModule's contributeApplicationDefaults() method, and the problem should be gone.

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

Reply via email to