-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MVVM ZKUI 0.5.3 #90
Comments
I try your demo use "grails run-app",it work fine by VM props,are you try it run grails command "grails clean" after upgrading to 0.5.3 version? By the way,I not sure it work fine by entity props. |
I had the same issue - but everything works in 6.0.2.1 (although it doesn't work in 6.5) - so you may need to find the right version. <z:label value="ZK ${org.zkoss.zk.Version.UID}" /> |
Thank you @xiaochong. I did use the "clean" command for each trial I did; I also tried to compile a brand new simple project, but with no success again. I know that "by entity props" section doesn't work fine, in fact I wrote that example to put this in evidence. I'm using a Grails enviroment on Windows 7 on different machines, too. Thank you @peterbohm for suggestion. Using 6.0.2.1 dependencies my simple app started to work again in run-app mode. Any suggestion on where to look for further investigation (on 6.5 version, too)? Thank you very much. |
Hi XiaoChong,
after a ZKUI plugin upgrading to 0.5.3 version, my little MVVM example program stopped working correctly when launched,by run-app script, even if it works fine when launched by run-war command using Grails 2.1.0.
It seems onChange clientside event stopped communicating with the server side (I've monitored it using Chrome dev tools).
I've also tried using your plugin, recompiling it with different zk-6.0.2-FL versions, but with no success at all.
Could you please help me?
If you want review my code, please download it from https://www.dropbox.com/s/tj67z9yoogao4rb/zkui-test.0.5.3.zip
Thank you very much in advance for your help!
Best regards,
Giovanni
The text was updated successfully, but these errors were encountered: