Hi,

> >             <wt:form-template action="" method="POST">
> >                     <wt:continuation-id/>
> 
>                         ^^^^^^^^^^^^^^^^^^^^
> Maybe here is the source of the problem. Seems like you are 
> doing a new
> flow call on every post instead of calling the continuation. Of course
> this can be done in other way (sending the continuationId as a hidden
> parameter. I recomend to change the 2 above lines to:
> 
> <wt:form-template action="#{$continuation/id}" method="POST">


This could very well be, but I was suggested the <wt:continuation-id/>
because I don't want these horrible URLs.

I'll try this and see what happens. Do you have an idea to hide the
continuation part in the URLs?

Thanks and bye, Helma

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

Reply via email to