Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What does "extends" means

Status
Not open for further replies.

jadeite100

Programmer
May 17, 2006
19
0
0
CA

Hi All:

Does anybody knows what the following code in validation.xml means?

<form name="test">
<field property="travelerRows" depends="extends">
<var><var-name>extends</var-name><var-value>travelerRows</var-value></var>
</field>
</form>

Yours,

Curious
 
the depends tag declares which validations you will do in that field. If In validator-rules.xml there isn't any rule named extends, then it's incorrect code...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top