You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Oguz Kologlu <og...@tias.com.au> on 2004/01/18 05:58:01 UTC

form submit target

Hi all, 

I'm trying to build a pseudo popup using woody/flow/jxtemplategenerator.

The way I'm doing this is to to submit a form to a "_new" target:

So the flow should be something like:
Step 1: Begin edit (continuation gets generated)
Step 2: Submit to _new target ( new window is opened with results of submit )
Step 3: Submit to back to parent..

the form looks something like:

<wt:form-template action="mypage-#{$continuation/id}.continue" method="POST" target="_new">
  ...
</wt:form> 


Step 1 works fine continuation is generated (and submits fine if the target is self)
Step 2 works in that it opens a new window however the continuation does not err.. continue. 
Instead the original form form is just redisplayed and the continuation does not get executed.

Is this what should happen (ie the original form displayed ) or is it a problem the continuation?
Any ideas?

Thanks,
Oz

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