Hello!!!
I need to create continuation with the button's click. 

var k;
......
        form.lookupWidget("report").addActionListener(function(event) {
                var str = dao.jdbc.getXML(id);
                var doc = dao.jdbc.loadXML(str);
                dao.jdbc.saveXML(path+id+".xml", doc);
                k = new Continuation();
                                
        }
        );
.......

But outside this function I can't call this continuation... 
How to make it visible?

-- 
View this message in context: 
http://www.nabble.com/how-to-call-continuation%2C-created-by-button%27s-action--tp23229419p23229419.html
Sent from the Cocoon - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org

Reply via email to