Disabled, checked radiobutton being submitted

2008-02-12 Thread Adam Sjøgren
Hi. When I have a disabled, checked radiobutton and a hidden field, both with the same name, the disabled radiobutton "succeeds" and it's value is submitted by HTML::Form. If I understand section 17.12.1 "Disabled controls"¹ in the HTML 4.01 standard correctly, the radiobutton should not succee

Re: UNIX - Installing Crypt::SSLeay

2008-02-12 Thread Stefan Seifert
On Tuesday 12 February 2008 19:53:59 Sanchez, Rafael MSCC wrote: > No installed SSL libraries found in any of the following places. > > /usr/sfw/bin/openssl does not appear to be an SSL library installation, > since > > the required header files were not found. The build cannot proceed. If you in

UNIX - Installing Crypt::SSLeay

2008-02-12 Thread Sanchez, Rafael MSCC
Greetings, I am hoping you can help out with the UNIX installation of the perl module Crypt::SSLeay. From what I can tell, ssl has been installed already but no matter what path I give it, it fails the tests. perl -MCPAN -e shell cpan> install Crypt::SSLeay No insta

Re: Disabled, checked radiobutton being submitted [patch]

2008-02-12 Thread Adam Sjøgren
On Tue, 12 Feb 2008 10:47:30 +0100, Adam wrote: > When I have a disabled, checked radiobutton and a hidden field, both > with the same name, the disabled radiobutton "succeeds" and it's value > is submitted by HTML::Form. [... new test for that elided ...] > Does this seem correct? If so, I will