Re: Populate Woody Form from request in Flow Script

2003-11-02 Thread Joe Latty
--- Original Message - From: "Joe Latty" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 03, 2003 11:20 AM Subject: Re: Populate Woody Form from request in Flow Script > Bruno, > > Thanks for the advice. However I now have a question. > > How

Re: Populate Woody Form from request in Flow Script

2003-11-02 Thread Joe Latty
. Joe - Original Message - From: "Bruno Dumon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 31, 2003 9:38 PM Subject: Re: Populate Woody Form from request in Flow Script > On Fri, 2003-10-31 at 01:13, Joe Latty wrote: > > We have a pipe

Re: Populate Woody Form from request in Flow Script

2003-10-31 Thread Bruno Dumon
On Fri, 2003-10-31 at 01:13, Joe Latty wrote: > We have a pipeline much the same as the Woody Example (form1) where on > the GET request method we are initializing our form in a java class > (there are some prefill form values obtained through a SOAP call). > > When the form is POSTed (submitted)

Re: Populate Woody Form from request in Flow Script

2003-10-30 Thread Joe Latty
ntext); in org.apache.cocoon.woody.formmodel.Repeater. As I am using grid tables in this particular form.   Joe - Original Message - From: Joe Latty To: [EMAIL PROTECTED] Sent: Friday, October 31, 2003 11:13 AM Subject: Populate Woody Form from request in Flow Script We have a pipeline muc

Populate Woody Form from request in Flow Script

2003-10-30 Thread Joe Latty
We have a pipeline much the same as the Woody Example (form1) where on the GET request method we are initializing our form in a java class (there are some prefill form values obtained through a SOAP call).   When the form is POSTed (submitted) it calls our flow script, a method (in this inst