From: Michael W. <mi...@pe...> - 2002-06-14 01:04:48
|
Im working on a site that creates some dynamic forms, and would like the pkit_validate_input to report any errors on the form as well.. so i have something like this in my template: <MODEL LOOP NAME="blah"> <PKIT_ERRORSPAN NAME="<MODEL_VAR NAME="elementofblah"/>"> <MODEL_VAR NAME="descriptionofblah"/> </PKIT_ERRORSPAN> </MODEL_LOOP> but when i look at the source of the output HTML, the <PKIT_ERRORSPAN> tags remain rather than being parsed by pagekit... is there a way to report errors dynamically like that? [ Mike Wojcikiewicz mi...@pe... ] [ Perl Developer - Perl Pimps http://www.perlpimps.com ] |