0

File Upload Button is not responding if it is in second tabpanel of the tabbox.

asked 2014-03-28 11:02:44 +0800

dpchandra gravatar image dpchandra
1 1

updated 2014-04-08 05:56:46 +0800

My application has multiple tabs and corresponding tab panels. In one of the tab panel i am using ZK File Upload Button which is not working. This is working fine when i put the button either in out side of the tabbox or in first tab panel. My code is like below.

<zk>

    <tabbox>
        <tabs>
            <tab label="Tab1" closable="false" />
            <tab label="Tab2" closable="false" />
            <tab label="Tab3" closable="false" />
        </tabs>
        <tabpanels>
            <tabpanel>
            </tabpanel>
            <tabpanel>
                <div>
                    <button id="browse" label="Browse" upload="true,maxsize=300"/>
                </div>
            </tabpanel>
            <tabpanel>
            </tabpanel>
        </tabpanels>
    </tabbox>
</zk>

I am using ZK 7.0.1. When i tested the same code by replacing the jars of version 6.5 or below versions it is working fine. Problem is only with the version 7.0.1.

I have seen the list of issues fixed for this new release and two issues are related to File Upload. I am suspecting any of these fixes are causing this issue for the new release.

delete flag offensive retag edit

2 Answers

Sort by ยป oldest newest most voted
1

answered 2014-04-11 04:59:17 +0800

vincentjian gravatar image vincentjian
2245 6

updated 2014-04-11 04:59:50 +0800

Hi, the issue is fixed in ZK 7.0.2, please try with ZK 7.0.2 freshly version.

link publish delete flag offensive edit

Comments

I have the same problem. I use ZK CE 7.0.1. Could you prompt to me where I can download ZK 7.0.2 CE?

venicum ( 2014-04-11 09:08:21 +0800 )edit
0

answered 2014-04-11 10:48:31 +0800

dpchandra gravatar image dpchandra
1 1

Thank you Vincentjian. Now its working fine with 7.0.2 fresh jars.

link publish delete flag offensive edit
Your answer
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
3 followers

RSS

Stats

Asked: 2014-03-28 11:02:44 +0800

Seen: 40 times

Last updated: Apr 11 '14

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