15, 2001 10:29 PM
To: Boyd, David; EmbPerl News Group (E-mail)
Subject: Re: Help with Select/option
> it may be an issue with using div tags or maybe in the way the page is
being
> submitted back to itself. that is, (now i am running on windows nt) maybe
> the
> embperl stuff i
> it may be an issue with using div tags or maybe in the way the page is
being
> submitted back to itself. that is, (now i am running on windows nt) maybe
> the
> embperl stuff is not really being run (other than the first time when the
> page loads
> itself) at the top of the page when the for
to it self.
-Original Message-
From: Gerald Richter [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 15, 2001 2:18 PM
To: Boyd, David; EmbPerl News Group (E-mail)
Subject: Re: Help with Select/option
> Yes, I did try your suggestion and it still did not work.
>
> Now, what
> Yes, I did try your suggestion and it still did not work.
>
> Now, what I did was break out my html file so that each div tag is its own
> html page with the
> need embperl on it. This seems to work as expected. That is when the
next
> page button is selected and
> the page is submitted, the n
can read the data that was entered on
the previous page.
-Original Message-
From: Gerald Richter [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 15, 2001 12:48 PM
To: Boyd, David
Cc: [EMAIL PROTECTED]
Subject: Re: Help with Select/option
> Thanks for the reply.
>
> I really am
> Thanks for the reply.
>
> I really am not sure what the real problem is here.
>
Did you read my previous mail ? Try to change method=POST to method=GET. If
this changes things, it's an Embperl bug on windows and you should upgrade
to the CVS version of Embperl.
BTW. Netscape is not able to sen
Hi,
if you answer any questions that are posted to the list, please reply to the
list also. This avoids duplication of answers and thereby unnecessary work.
Additionaly it helps people that searches the mailinglist archive, to find
an answer without the need to ask the same questions again.
Than
ndo B. Ribeiro [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 15, 2001 10:44 AM
To: Boyd, David
Subject: Re: Help with Select/option
Hi David,
Reply:
BD> The problem I am haveing is that I have a form in which I want to submit
BD> back to itself. this form is a bunch of DIVs in which
The problem I am haveing is that I have a form in which I want to submit
back to itself. this form is a bunch of DIVs in which I walk the user
through.
On the first div I ask the user to select a client name, code example:
[+ $cmbClientKeyText[$row]
+]
The problem that I am having is that