WGenForm must be declare as instance variable instead of static variable.
This commit is contained in:
parent
bc5fffb793
commit
d31059cc6d
|
@ -48,7 +48,7 @@ import org.zkoss.zul.Space;
|
|||
*/
|
||||
public class WInOutGen extends InOutGen implements IFormController, EventListener, ValueChangeListener
|
||||
{
|
||||
private static WGenForm form;
|
||||
private WGenForm form;
|
||||
|
||||
/** Logger */
|
||||
private static CLogger log = CLogger.getCLogger(WInOutGen.class);
|
||||
|
|
|
@ -47,7 +47,7 @@ import org.zkoss.zul.Space;
|
|||
*/
|
||||
public class WInvoiceGen extends InvoiceGen implements IFormController, EventListener, ValueChangeListener
|
||||
{
|
||||
private static WGenForm form;
|
||||
private WGenForm form;
|
||||
|
||||
/** Logger */
|
||||
private static CLogger log = CLogger.getCLogger(WInOutGen.class);
|
||||
|
|
Loading…
Reference in New Issue