You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Roland Bair <Ro...@topcall.com> on 2006/07/06 10:18:12 UTC

progress popup

Hej folks!

i want to integrate a progress popup to cforms

added a non-widget button --> integrated a javascript function


poup worked but i'll get a
org.apache.commons.jxpath.JXPathException: No value for xpath:
$cocoon/continuation/id
exception in my popup


ill create the cforms site through a flow script:
function upload_xcd() {
    form = new Form("xcd_merger_def.xml");

    form.showForm("xcd_merg-display-pipeline");

    //var viewData = { "username" : form.getChild("name").getValue() }
    for(var i= 0; subupload("configuration_" + i)==true; ++i);
    cocoon.sendPage("xcd_merg-success-pipeline");
}


cocoon version 2.1.8


atb

Roland Bair
Research & Development
Topcall International AG
A-1230 Wien, Talpagasse 1

Mail: roland.bair@topcall.com
-----------------------------------------------------------


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


Re: progress popup

Posted by Roland Bair <Ro...@topcall.com>.
yeah thx!

everything worked fine - i forgot to alter the new pipeline... :-P

regards.

Roland Bair
Research & Development
Topcall International AG
A-1230 Wien, Talpagasse 1

Mail: roland.bair@topcall.com
-----------------------------------------------------------


                                                                           
             "Andrew Madu"                                                 
             <andrewmadu@gmail                                             
             .com>                                                      To 
                                       users@cocoon.apache.org             
             08.07.2006 19:40                                           cc 
                                                                           
                                                                   Subject 
             Please respond to         Re: progress popup                  
             users@cocoon.apac                                             
                  he.org                                                   
                                                                           
                                                                           
                                                                           
                                                                           




Roland,
have you managed to resolve this issue?

regards

Andrew

On 06/07/06, Roland Bair <Roland.Bair@topcall.com > wrote:

      Hej folks!

      i want to integrate a progress popup to cforms

      added a non-widget button --> integrated a javascript function


      poup worked but i'll get a
      org.apache.commons.jxpath.JXPathException: No value for xpath:
      $cocoon/continuation/id
      exception in my popup


      ill create the cforms site through a flow script:
      function upload_xcd() {
          form = new Form("xcd_merger_def.xml");

          form.showForm("xcd_merg-display-pipeline");

          //var viewData = { "username" : form.getChild("name").getValue()
      }
          for(var i= 0; subupload("configuration_" + i)==true; ++i);
          cocoon.sendPage("xcd_merg-success-pipeline");
      }


      cocoon version 2.1.8


      atb

      Roland Bair
      Research & Development
      Topcall International AG
      A-1230 Wien, Talpagasse 1

      Mail: roland.bair@topcall.com
      -----------------------------------------------------------


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




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


Re: progress popup

Posted by Andrew Madu <an...@gmail.com>.
Roland,
have you managed to resolve this issue?

regards

Andrew

On 06/07/06, Roland Bair <Ro...@topcall.com> wrote:
>
>
> Hej folks!
>
> i want to integrate a progress popup to cforms
>
> added a non-widget button --> integrated a javascript function
>
>
> poup worked but i'll get a
> org.apache.commons.jxpath.JXPathException: No value for xpath:
> $cocoon/continuation/id
> exception in my popup
>
>
> ill create the cforms site through a flow script:
> function upload_xcd() {
>     form = new Form("xcd_merger_def.xml");
>
>     form.showForm("xcd_merg-display-pipeline");
>
>     //var viewData = { "username" : form.getChild("name").getValue() }
>     for(var i= 0; subupload("configuration_" + i)==true; ++i);
>     cocoon.sendPage("xcd_merg-success-pipeline");
> }
>
>
> cocoon version 2.1.8
>
>
> atb
>
> Roland Bair
> Research & Development
> Topcall International AG
> A-1230 Wien, Talpagasse 1
>
> Mail: roland.bair@topcall.com
> -----------------------------------------------------------
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: users-help@cocoon.apache.org
>
>