samchuang's profile - activity

2013-10-07 08:57:59 +0800
received badge
2013-10-07 08:57:59 +0800
commented question
2013-10-07 08:53:33 +0800
answered a question
javadoc taglib Is there javadoc for ZK taglib ? if have, how to add it ?. Thanks ...
2013-10-07 08:50:48 +0800
answered a question
Bind selectItem Listbox to Listbox mold select <window id="dmsanpham" border="none" apply="org.zkoss.bind.BindComposer" viewModel="@id('vm') @ini ...
2013-09-13 08:28:04 +0800
answered a question
How can I deploy a Composite component in jar? Hi everyone. I developed a ZK composite component and it works. I followed this guide: DefineCompositeComponentusingJa ...
2013-09-10 11:42:35 +0800
answered a question
About Gantt Chart I want to know : does the ZK gantt can work like this : left zone and right zone ; Edit in left zone and show in ...
2013-09-10 11:38:52 +0800
answered a question
Closed Listgroup cause selected items to get unselected I have a listbox with a SimpleGroupsModel set. When I select some items from a given group and click on the group's head ...
2013-09-10 11:17:31 +0800
answered a question
How to apply sapphfire theme in ZK 6.5.2? Hi! I followed the instruction How to use sapphire.jar: Put sapphire.jar in WEB-INF/lib, then Sapphire will ...
2013-09-10 09:26:30 +0800
answered a question
(Unexpected token < (SyntaxError)) on session timeout Hi all. I'm using ZK 6.5.2 CE on a JBOSS 7 server. When the application session times out, I get the following error in ...
2013-06-06 09:17:08 +0800
edited answer
NotImplementedException: Error evaluating cell (Is it open issue) The formula "EOMONTH" is not supported yet, you can post feature request or try to implement custom formula you can ref ...
2013-06-06 09:13:46 +0800
answered a question
NotImplementedException: Error evaluating cell (Is it open issue) Hi, I have downloaded latest ZSS 2.5.0 and ZKEE eval version 6.5.2. I am getting below exception while loading excel s ...
2013-04-29 05:48:02 +0800
answered a question
HTTP 501 - Service unimplemented I'm using ZK 5.0.3 Framework + IE 9 + Weblogic 10.3. On my UI, I get HTTP 501 service unimplemented error randomly. I've ...
2013-04-29 05:30:55 +0800
commented question
2013-04-29 02:14:39 +0800
answered a question
Grid with group control (sandbox), zk CE? Exist Grid with this characteristic...???? ...
2013-04-26 10:48:59 +0800
edited answer
Best practice for working with a "selected item" - sometimes update, sometimes 'add as new' You can add a "edit" property in VM, create a new instance if user click "add" button. public class AddUpdateVM { List ...
2013-04-26 10:48:06 +0800
edited answer
Best practice for working with a "selected item" - sometimes update, sometimes 'add as new' You can add a "edit" property in VM, create a new instance if user click "add" button. public class AddUpdateVM { List ...
2013-04-26 10:47:14 +0800
answered a question
Best practice for working with a "selected item" - sometimes update, sometimes 'add as new' Take a java List of "employees" in a listbox or grid. User clicks on one to edit it OR to use it as a baseline to do a n ...
2013-04-23 01:57:05 +0800
commented question
2013-04-22 03:01:59 +0800
answered a question
Login page timing out Hi there, I'm just wondering how to keep my login page from timing out? I want the session to timeout once they've logg ...
2013-04-19 02:00:05 +0800
answered a question
ZK decimalBox setValue a null Value clear value hey guys i am quite new to ZK framework i have a question regarding to Decimalbox and i have a zul who set the values at ...
2013-04-18 10:18:25 +0800
answered a question
In ZK MVVM, How to call two commands on one event In ZK MVVM, How to call two commands on one event ...
2013-04-18 10:11:19 +0800
commented question
2013-04-18 10:11:19 +0800
commented question
2013-04-18 10:11:19 +0800
commented question
2013-03-25 01:46:39 +0800
commented question
2013-03-25 01:46:39 +0800
commented question
2013-03-25 01:46:39 +0800
commented question
2013-03-25 01:46:39 +0800
commented question
2013-03-25 01:46:39 +0800
commented question
2013-03-22 02:48:28 +0800
edited answer
zk mvvm focus textbox after a button clicked Hi, you can simply bind a boolean value and use @NotifyChange &lt;zk&gt; &lt;window title="new page title" border="nor ...
2013-03-22 02:47:45 +0800
edited answer
zk mvvm focus textbox after a button clicked Hi, you can simply bind a boolean value and use @NotifyChange &lt;zk&gt; &lt;window title="new page title" border="nor ...
2013-03-22 02:46:23 +0800
answered a question
zk mvvm focus textbox after a button clicked I have code as shows below : &lt;textbox value="@bind(vm.username)" type="text" width="200px" /&gt; &lt;textbox value=" ...
2013-03-20 01:27:08 +0800
commented answer
2013-03-20 01:27:08 +0800
commented answer
2013-03-20 01:16:28 +0800
answered a question
How to upload content to local file Please advise. I have some content in my system. I want to upload this content to local xls file. What component I have ...
2013-03-19 01:05:44 +0800
answered a question
I have problem integrating zk with jsf 2.0 I am working on ERP(Enterprise resource planning ) i have to implement GanttChart so i want to use zk Gantt chart(which ...
2013-03-19 01:02:13 +0800
answered a question
Is Hierarchy Grid available on ZK CE? I've tried to use it, but the ZUL parser didn't recognize the detail tag. On ZK live demo, it says that Master Detail de ...
2013-03-19 00:55:56 +0800
commented question
2013-03-19 00:53:36 +0800
commented question
2013-02-05 09:52:26 +0800
received badge
2013-02-04 01:33:08 +0800
answered a question
Is it possible to globally configure the default comparators used for 'auto'? I use a grid with &lt;column label="name" sort="auto(name)" /&gt; But unfortunately the automatic sorting is case se ...
2013-01-30 03:26:15 +0800
answered a question
2013-01-28 08:19:38 +0800
received badge
2013-01-28 06:19:59 +0800
received badge
2013-01-28 06:19:59 +0800
edited answer
Update Grid Model Before Column Sort occurs You can use onSort to reload data from database zul &lt;grid id="grid" apply="test.PagingGridSortCtrl" mold="paging" p ...
2013-01-28 06:19:02 +0800
answered a question
Update Grid Model Before Column Sort occurs Hello ZK, I am wondering if the following feature is possible. Please let me explain my scenario first. I am trying t ...
2013-01-28 03:05:37 +0800
edited answer
Templating rows in a Grid under Spring MVC Hi etaylor, refer to Default Names of Composer The sample code define a composer in a parent (in the window), and it's ...
2013-01-28 03:04:15 +0800
answered a question
Templating rows in a Grid under Spring MVC Hello All: I've been wrestling all evening with trying to migrate the following ZUL snippet to a templated version (not ...
Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More