sorry all. The submit button was actually defined as an action so the 
page was just redisplaying in a new window.

Oz

-----Original Message-----
From: Oguz Kologlu 
Sent: Sunday, 18 January 2004 3:58 PM
To: [EMAIL PROTECTED]
Subject: 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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

Reply via email to