ok, I'm starting the application with jetty out of maven.

The code is:

public void showPage() {
 
    FormInstance form = new FormInstance("pages/forms/search_model.xml");
    SearchTO to = new SearchTO();

    form.createBinding("pages/bindings/searchBinding.xml");
    form.load(to);
    form.show("Search.form");


    //more code processed without waiting on the form
    ...
   
}

in the sitemap:

<map:flow language="java">
        <map:script src="ch.smitch.flow.MainFlow"/>

</map:flow>
...
<map:act type="parameter-loader" />
<map:call function="showPage"></map:call>
...

---------- Original Message ----------------------------------
From: Torsten Curdt <[EMAIL PROTECTED]>
Reply-To: [email protected]
Date:  Fri, 21 Sep 2007 14:14:17 +0200

>Sounds like the code instrumentation is not happening. For further  
>help you will need to provide some more details.
>
>cheers
>--
>Torsten
>
>On 21.09.2007, at 14:10, cocoon.erard wrote:
>
>> Hello,
>>
>> I'm using cocoon 2.2 and replaced all my javascript flow with  
>> javaflow. Now I've the problem, that the code does not stop in the  
>> sendPageAndWait for Forms.
>>
>> Any hints?
>>
>> Regards,
>>
>> Mike
>>
>>
>> ____________________________________________
>> QuickLine WebMail - http://www.QuickLine.com
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
 


____________________________________________
QuickLine WebMail - http://www.QuickLine.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to