Thread CGI::Application und Parameter (4 answers)
Opened by foobar123 at 2008-05-14 21:11

pktm
 2008-05-14 21:38
#109696 #109696
User since
2003-08-07
2921 Artikel
BenutzerIn
[Homepage]
user image
Ah, hier die Lösung:
Quote
Note, that just like all the other form elements, the value of a hidden field is "sticky". If you want to replace a hidden field with some other values after the script has been called once you'll have to do it manually:

param('hidden_name','new','values','here');


Du belegst den Wert des hidden-fields nicht mit -value, das greift auf vorhandene Wert (oder den -default) zurück, um das Feld zu füllen.

Grüße, pktm
http://www.intergastro-service.de (mein erstes CMS :) )

View full thread CGI::Application und Parameter