Hi,
I found the problem !
When I start using tapestry5-jquery, I replace all my
|@Import(library = {"classpath:org/.../jquery.js"})
|
with
|@Import(library = {"${jquery.core.path}"})
|
No problem in dev mode, but in production mode, problem with palette
(and may be others...)
So I remove a
Hi
I tried to reproduce the problem without success on the 3.4.1-snapshot.
Have you tested this version?
please post you comments to
https://github.com/got5/tapestry5-jquery/issues/335
François
2014-08-30 21:25 GMT+02:00 TNO :
> Hi,
>
> I'm using
>
> * tapestry 5.3.7
> * tapestry5-jquery 3.3.
Hi,
I'm using
* tapestry 5.3.7
* tapestry5-jquery 3.3.7
* a simple form (login, password and list of role), a jquery.palette
is used to choose the roles.
It works when PRODUCTION_MODE is set to false, but my role list is
always null when PRODUCTION_MODE = true.
Using Firebug, I saw
*