You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am currently using kawwa 2.0.6 and while upgrading to kawwa 4.0.1, I encountered an issue with the mixin tabs. The error I get is "Unable to locate asset 'classpath:META-INF/modules/tjq/vendor/ui/jquery.ui.widget.js'".
This comes from the Tabs.java class in the latest version of tapestry5-kawwa-components.
Can you please look into this issue? Please feel free to contact me.
Thanks & Regards,
Salman
The text was updated successfully, but these errors were encountered:
I fixed the issue on the master. There was a typo on Tabs mixins.
Actually, the mixins was refering to scripts with wrong filenames (respectively : "jquery.ui.widget", "jquery.ui.tabs" instead of "widget", "tabs"). Those scripts have been refactored and renamed in the tapestry-jquery project, which embeds JQuery code source (see before and after refactoring).
Also, Tabs class was using the @ImportJQueryUI annotation, which is deprecated and will cause issues when used for AMD modules.
Waiting for the next release, you could just inherit from Widget and import the script with the good path :
Hi,
I am currently using kawwa 2.0.6 and while upgrading to kawwa 4.0.1, I encountered an issue with the mixin tabs. The error I get is "Unable to locate asset 'classpath:META-INF/modules/tjq/vendor/ui/jquery.ui.widget.js'".
This comes from the Tabs.java class in the latest version of tapestry5-kawwa-components.
Can you please look into this issue? Please feel free to contact me.
Thanks & Regards,
Salman
The text was updated successfully, but these errors were encountered: