HTMLEmbperl - manually setting %fdat during runtime...

1999-11-24 Thread Erich L. Markert
What I am trying to do is pass the value of the application_id onto the next form. application_id is not know until the initial screen has been filled out properly and submitted. After the error checking and application submission I then attempt to set $fdat{'application_id'} to the application

Re: HTMLEmbperl - manually setting %fdat during runtime...

1999-11-24 Thread Jeff Sheffield
I do the following a href="http://172.17.30.38/Nactel/common/error.epl?application_id=[+ $fdat{'application_id'} +] then "error.epl will have the $fdat{'application_id'} = 'some value'; Jeff On Wed, Nov 24, 1999 at 09:41:08AM -0500, Erich L. Markert wrote: What I am trying to do is pass

Re: HTMLEmbperl - manually setting %fdat during runtime...

1999-11-24 Thread Joshua Chamas
"Erich L. Markert" wrote: What I am trying to do is pass the value of the application_id onto the next form. application_id is not know until the initial screen has been filled out properly and submitted. After the error checking and application submission I then attempt to set

RE: HTMLEmbperl - manually setting %fdat during runtime...

1999-11-24 Thread Gerald Richter
What I am trying to do is pass the value of the application_id onto the next form. application_id is not know until the initial screen has been filled out properly and submitted. After the error checking and application submission I then attempt to set $fdat{'application_id'} to the