Can Struts validate more than one level of indexed properties? First level works great. Love it. I've tried the following (phaseList and procedureList are two indexed properties) to get more than one level to work without success:

<field property="units" indexedListProperty="plan.phaseList.procedureList" depends="required,intRange">

<field property="units" indexedListProperty="plan.phaseList[].procedureList" depends="required,intRange">

<field property="procedureList.units" indexedListProperty="plan.phaseList" depends="required,intRange">

<field property="procedureList[].units" indexedListProperty="plan.phaseList" depends="required,intRange">

Is multi-level, indexed property validation supported? If so, can someone relate the syntax to use? If not, can someone confirm than only one level of indexed property validation is supported?

TR


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to