Carl Franks wrote:
2010/2/23 Gabor HALASZ <halas...@freemail.hu>:
[snip]
and rendered as an empty select (tested with ie and firefox). This caused by
a typo in the select_tag template:


       [% ELSE %] <
               option value="[% option.value %]"[%
process_attrs(option.attributes) %]>
               [% option.label %]
           </option>
       [% END %]

I simply changed to the next version:

       [% ELSE %]
           <option value="[% option.value %]"[%
process_attrs(option.attributes) %]>
               [% option.label %]
           </option>
       [% END %]

and the selectable list works. I'm using HTML-FormFu-0.06001.

Hi,


Thanks for a quick answer.

I think there must be something wrong with your installed files - this
error isn't in the file in the 0.06001 distribution, and the file
hasn't changed in source-control in over 2 years.
You could try downloading just that file either from the googlecode
svn repository or search.cpan.org - or re-install the module with cpan
or cpanplus.

Hm...interesting. I discovered this on freebsd 8 and installed this and other perl packages from ports (aka built from source). Ok, I will recheck this on another freebsd installation. Thanks

--
Gabor HALASZ <halas...@freemail.hu>

_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to