how to call continuation, created by button's action?

2009-04-25 Thread Maria Grigorieva
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", d

Re: how to call continuation, created by button's action?

2009-04-27 Thread Joerg Heinicke
Can you tell us what you are actually trying to achieve (independent from the code)? Joerg On 25.04.2009 09:34, Maria Grigorieva wrote: Hello!!! I need to create continuation with the button's click. var k; .. form.lookupWidget("report").addActionListener(function(event) {

Re: how to call continuation, created by button's action?

2009-04-27 Thread Maria Grigorieva
By means of button I make the xml-file. And I want after button click (and after making xml-file) to show in the same page in browser the link to download this file. 2009/4/28 Joerg Heinicke > Can you tell us what you are actually trying to achieve (independent from > the code)? > > Joerg > > O

Re: how to call continuation, created by button's action?

2009-04-28 Thread Joerg Heinicke
By redisplaying the form a continuation should be created anyways. It should not be necessary to do this yourself. Joerg On 28.04.2009 07:50, Maria Grigorieva wrote: By means of button I make the xml-file. And I want after button click (and after making xml-file) to show in the same page in br