DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=16394>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=16394 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO ------- Additional Comments From [EMAIL PROTECTED] 2005-12-19 17:26 ------- Finally all came to the point that this enhancement is badly needed for our new project. I would like to make a proposal and discuss about implementation of this feature, so as outcome we will be able to implement it in the best possible way and give back the code. As we don't know the Validator code and principles, it will be easier if we can have feedback and some help from commiters. My current idea is to add following possiblity to validation.xml (dtd): <form name="ComplexForm"> <field property="value" depends="byte"/> .... <nested property="x" type="formNestedX"/> <nested indexedListProperty="y" type="formNestedY"/> </form> <form name="formNestedX"> normal validation here.... </form> <form name="formNestedY"> normal validation here.... </form> Of course, there can be unlimited nested levels. It is straghtforward OOD approach, but I have no idea currently how complex is to implement it. Also if there is simpler/other/better way to achieve the goal let discuss it... -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
