From: Fabien D. <fab...@we...> - 2002-06-01 20:40:02
|
I have just discovered FormProc and I find it great. ______________________________________________________ 1 - I found a bug in my tests (I use a custom components to render field values) : at line 344 of Form.java in process(FormElement ...): replace if(formData == null || formData.getValue().equals("")){ by if(formData == null || formData.getValue()==null || formData.getValue().equals("")){ ______________________________________________________ 2 - A great feature that I need is : checking constraints between fields and another dynamic value (that is not in the form). Fields are : "quantity", "unit value of article" dynamic value is : "balance of an account used to buy articles" Is there anybody working on such a feature ? ____________________________________________________________________ - http://www.WebMailSPro.com - >> VOTRE service d'email sans pub avec VOTRE nom de domaine |