cgicc bug?

Claudio Alberto Andreoni <[email protected]> Sat, 19 Aug 2006 17:27:02 +0200
Newsgroups gmane.comp.gcc.cgicc.bugs
Message-ID <[email protected]>
A friend of mine suggested that I had better NOT to follow the W3C HTML 4.0
standard [setting the value of a checkbox (<input type="checkbox" name="cn" value="cv" />)]
and just do: cgicc.queryCheckbox("cn");
instead of: cgicc.queryCheckbox("cn"); string myvalue = cgicc.getElement("cn");
So I found another way to add a text value to a checkbox.
If not queried for values, the app works perfectly -breakdowns still happen if
I try to get the value of a checkbox-

Congratulations for the cool APIs
	Claudio A. Andreoni