0

zk with spring mvc

asked 2013-11-13 06:50:39 +0800

ibnay gravatar image ibnay
0

I have read and try this tutorial SmallTalks/2012/November/IntegrateZKwithSpringMVC3

In the header contain, this tutorial just support ZK 6.0.2/6.5.0 , Spring MVC 3.1.2 (and i have try in 3.2.3).

And it's true, in other zk version (now 6.5.4) the error in come up when i test to "confirm order", the page doesn't move (the page is freeze and doesn't call this function "@RequestMapping(value = "/confirmOrder", method = RequestMethod.POST)" in spring controller)...???

Any one can explain how to fix it in newest zk version, ty.

delete flag offensive retag edit

1 Reply

Sort by ยป oldest newest

answered 2013-11-29 08:13:18 +0800

jumperchen gravatar image jumperchen
3909 2 8
http://jumperchen.blogspo... ZK Team

Hi, you can remove the button's attribute autodisable="self" from cart.zul. For example,

<button label="Confirm Order" type="submit" disabled="@bind(empty vm.cartList)" />

Here is the bug tracker ZK-2042

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2013-11-13 06:50:39 +0800

Seen: 24 times

Last updated: Nov 29 '13

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More