hi there, work on a zope 2.3 on suse linux 7.0 (<input type="text" name="irr_avg;integer" maxlength=5 width=5 value="">) the value checker brings the following result if the value is left empty '(') ---------------------------------- Zope Error Zope has encountered an error while publishing this resource. Error Type: AttributeError Error Value: 'None' object has no attribute '__class__' Troubleshooting Suggestions The URL may be incorrect. The parameters passed to this resource may be incorrect. A resource that this resource relies on may be encountering an error. For more detailed information about the error, please refer to the HTML source for this page. If the error persists please contact the site maintainer. Thank you for your patience. -------------------------------------- or if the value is correct ('1') a part of the url is: &irr_avg%3Binteger=1 -------------------------------------- Zope Error Zope has encountered an error while publishing this resource. Error Type: Bad Request Error Value: ['irr_avg'] Troubleshooting Suggestions The URL may be incorrect. The parameters passed to this resource may be incorrect. A resource that this resource relies on may be encountering an error. For more detailed information about the error, please refer to the HTML source for this page. If the error persists please contact the site maintainer. Thank you for your patience. --------------------------------------------- i think that needs bugfixing, unfortunately i'm not a python programmer thanks anyway olaf -- soli-con Engineering Zanger, Dipl.-Ing. (FH) Olaf Marc Zanger Lorrainestrasse 23, 3013 Bern / Switzerland fon:+41-31-332 9782, mob:+41-76-572 9782 mailto:olaf.zanger@soli-con.com, http://www.soli-con.com
try: name="irr_avg:int" On Thursday 08 February 2001 03:00 pm, Olaf Marc Zanger wrote:
hi there,
work on a zope 2.3 on suse linux 7.0
(<input type="text" name="irr_avg;integer" maxlength=5 width=5 value="">)
the value checker brings the following result if the value is left empty '(')
---------------------------------- Zope Error
Zope has encountered an error while publishing this resource.
Error Type: AttributeError Error Value: 'None' object has no attribute '__class__'
Troubleshooting Suggestions
The URL may be incorrect. The parameters passed to this resource may be incorrect. A resource that this resource relies on may be encountering an error.
For more detailed information about the error, please refer to the HTML source for this page.
If the error persists please contact the site maintainer. Thank you for your patience. --------------------------------------
or if the value is correct ('1')
a part of the url is: &irr_avg%3Binteger=1 --------------------------------------
Zope Error
Zope has encountered an error while publishing this resource.
Error Type: Bad Request Error Value: ['irr_avg']
Troubleshooting Suggestions
The URL may be incorrect. The parameters passed to this resource may be incorrect. A resource that this resource relies on may be encountering an error.
For more detailed information about the error, please refer to the HTML source for this page.
If the error persists please contact the site maintainer. Thank you for your patience. ---------------------------------------------
i think that needs bugfixing, unfortunately i'm not a python programmer
thanks anyway
olaf
-- Diego Rodrigo Neufert Webmaster / Web Developer - Magic Web Design ----------------------------------------------------------- diego@magicwebdesign.com.br www.magicwebdesign.com.br Curitiba - PR - Brasil
hi there,
try: name="irr_avg:int" thanks for help,
where is that documented? is there a way to get that done for string, float, date, ... thanks -- soli-con Engineering Zanger Dipl.-Ing. (FH) Olaf Marc Zanger Lorrainestrasse 23 3013 Bern / Switzerland Fon: +41-31-332 9782 Mob: +41-76-572 9782 mailto:info@soli-con.com mailto:olaf.zanger@soli-con.com http://www.soli-con.com
[Olaf Marc Zanger] | hi there, Hi Olaf, | work on a zope 2.3 on suse linux 7.0 | | (<input type="text" name="irr_avg;integer" maxlength=5 width=5 value="">) | | the value checker brings the following result if the value is left empty '(') Well, are you sure that the product is installed correctly? It needs to be extracted into the working directory of your Zope instance, i.e. something like 'cd /home/olafz/Zope; tar zxfv ValueChecker-0.0.1.tar.gz' Tried using the ValueChecker on Zope 2.2.4 and 2.3, both worked flawlessly. Hope this helps. -Morten
participants (4)
-
Diego Rodrigo Neufert -
morten@esol.no -
Olaf Marc Zanger -
Olaf Zanger