You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by "Fleischle, Samuel" <s....@key-software.com> on 2005/04/11 12:12:35 UTC

[Validator] extend from more than one form

Hello,

I tried to use the new "extends" feature from commons-validator1.2.0-dev.
It works well, if I extend one form:

<form name="form1">
...
</form>

<form name="form2">
...
</form>

<form name="form3" extends="form1">
...
</form>


But if I want to extend two or more forms, like the depends attribute, it
didnĀ“t work:

<form name="form3" extends="form1, form2">
...
</form>

Is there any other approach, to solve this requirement?
Or is somebody already coding this feature in validator?

Regards, Sam

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org