Skip to content
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

Open
Joshua68it opened this issue Sep 12, 2012 · 3 comments
Open

MVVM ZKUI 0.5.3 #90

Joshua68it opened this issue Sep 12, 2012 · 3 comments

Comments

@Joshua68it
Copy link

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

@xiaochong
Copy link
Owner

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.

@peterbohm
Copy link

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.
Also after changing the runtime dependencies for zkui need to run grails clean (as recommended by xiao chong) - but I did see some issues there as well so just to be sure you can display the ZK version you are actually running with

<z:label value="ZK ${org.zkoss.zk.Version.UID}" />

@Joshua68it
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants