>     [- $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

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------



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

Reply via email to