Revision history [back]

click to hide/show revision 1
initial version

answered 2013-02-23 11:24:23 +0800

sjoshi gravatar image sjoshi flag of India

http://zkframeworkhint.bl...

I think you can do it ..

@Command
public void doSomething(@ContextParam(ContextType.VIEW) Component view) {
    Binder bind = (Binder) view.getParent().getAttribute("binder");
        if (bind == null)
            return;
        bind.postCommand("callMe", params);//callMe is Parent Class Method 
}

See if it will hep you

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