0

problem using zk 5.0 with spring-webflow

asked 2010-07-02 02:11:12 +0800

christabhi gravatar image christabhi
99 1

Hi,

I migrated ZK v 3.5 to ZK v5.0.2,

My problem is, after migration, few things are stop working in my project like button click.

I am using ZK v5.0.2 with spring-webflow. On IE6 the button click is not responding.
I am using spring-webflow for rendering.

Using button like <zul:button label="Search" self="@{action(search)}">

and from web-flow
<view-state id="SearchCriteria">
<on-render>
<evaluate expression="Test.find(searchCriteria)" result="viewScope.result" />
</on-render>
<transition on="search" to="SearchCriteria">
<evaluate expression="searchCriteria.resetPage()" />
<render fragments="searchResultsFragment" />
</transition>

</view-state>


Nothing has happened when i click on the search button.

delete flag offensive retag edit
Be the first one to reply this discussion!
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

RSS

Stats

Asked: 2010-07-02 02:11:12 +0800

Seen: 335 times

Last updated: Jul 02 '10

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