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=34864>.
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=34864





------- Additional Comments From [EMAIL PROTECTED]  2005-05-12 12:44 -------
This was not a bug but a configuration problem.
May be an example could be added to the documentation in order to show that
several instance of arg1 could be put with different names :
<field property="password" depends="required,maxlength,minlength">
 <arg0 key="user.users.password"/>
 <arg1 name="maxlength" key="${var:maxlength}" resource="false"/>
  <var>
   <var-name>maxlength</var-name>
   <var-value>30</var-value>
  </var>
 <arg1 name="minlength" key="${var:minlength}" resource="false"/>
  <var>
   <var-name>minlength</var-name>
   <var-value>6</var-value>
  </var>
</field>

-- 
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]

Reply via email to