0

Bug : DataBinding with a element of a table not working

asked 2009-05-22 21:04:38 +0800

bob007 gravatar image bob007
384 3 4

updated 2009-05-25 13:39:36 +0800

Hi,

Maybe i'm doing something wrong but it seem like dataBinding with a element of a table not working. But it should.

This is working

boolean colonneVisible;
colonneVisible= true;
...
<column label="Numéro"  sort="auto(noBon)" align="center" visible="@{colonneVisible}"/>


This is NOT working
boolean[] colonnesVisibles = new boolean[...];
colonnesVisibles[0] = true;
...
<column label="Numéro"  sort="auto(noBon)" align="center" visible="@{colonnesVisibles[0]}"/>



Is it suppose to work ? I'm using ZK 3.6.1.
Thanks

delete flag offensive retag edit

2 Replies

Sort by » oldest newest

answered 2009-05-24 15:54:20 +0800

iantsai gravatar image iantsai
2755 1

Annoatation is not EL, you can't declare something like that.

link publish delete flag offensive edit

answered 2009-05-24 18:09:38 +0800

V gravatar image V
33

I'm added this to features:
http://sourceforge.net/tracker/index.php?func=detail&aid=2641718&group_id=152762&atid=785194

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

RSS

Stats

Asked: 2009-05-22 21:04:38 +0800

Seen: 162 times

Last updated: May 24 '09

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