> -----Original Message-----
> From: Gerald Richter [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 27, 2001 1:00 PM
> To: Michael Stevens; [EMAIL PROTECTED]
> Subject: Re: yet another question
> 
> 
> 
> >     [- $fdat{x} = 1; -]
> >     [$ hidden $]
> >
> > Under 1.3, modifying fdat in the page affected the output
> > of [$ hidden $]. In 2.0, it doesn't seem to affect it.
> >
> 
> There is no difference in handling hidden in 1.3 and 2.0. In 
> both versions
> (if you don't give any parameter to hidden), hidden will only 
> create fields
> for elements that are in @ffld, so if you add a new element 
> to %fdat you
> need to resetup @ffld. Changing to
> 
>      [- $fdat{x} = 1; -]
>      [- @ffld = keys %fdat -]
>      [$ hidden $]
> 
> should work

That does work in 2.0, but I've tested the example I gave
you in 1.3, and it definately does pickup the changes
to %fdat without the need to change @ffld.

Michael

http://www.iii.co.uk 
Interactive Investor International is a leading UK Internet personal 
finance service that provides individuals with the capability to identify, 
compare, monitor and buy online a number of financial products and services.

Interactive Investor Trading Limited, a subsidiary of Interactive Investor 
International plc, is regulated by the SFA.

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

Reply via email to