PastorPL
PastorPL

Reputation: 1024

tapestry5-xtensions - does it work with tapestry 5.3?

I was trying to integrate tapestry5-xtensions with my application but I receive weird errors, like e.g. this:

Unable to locate asset 'classpath:com/xfyre/tapestry5/xtensions/components/blueimp/css/jquery.fileupload.css'

I was curious if this library can be integrated with tapestry of version 5.3 which I'm using.

Author seems to upgrade tapestry in this component, but I'm tapestry newbe and don't know if this has influence in application that is using this component.

Upvotes: 1

Views: 197

Answers (1)

lance-java
lance-java

Reputation: 27994

I can only assume that this does not work with tapestry 5.3 judging by the jquery reference.

Tapestry 5.3 uses prototype as it's 'foundation' javascript framework. Tapestry 5.4 has the ability to choose prototype or jquery as the 'foundation' framework with most, if not all, people choosing jquery over prototype when using Tapestry 5.4.

The tapestry-jquery library can retrofit jquery as the 'foundation' framework for tapestry 5.3 but I doubt that tapestry5-xtensions would work with tapestry 5.3 and tapestry-jquery.

Upvotes: 1

Related Questions