| Author |
indexedListProperty
|
Raj Chennai
Greenhorn
Joined: Dec 28, 2005
Posts: 2
|
|
Hi Iam trying to right a validation rule for my bean, but having some trouble. My Objects are chained as follows globalSecurityObject has a listOfSecurityMarketIssueObject(SecurityMarketIssueObject) which inturn has a listOfsecurityIdentifierObject(securityIdentifierObject). Validation Rule that I have written as follows <field property="securityID" indexedListProperty="globalSecurityObject.listOfSecurityMarketIssue.listOfsecurityIdentifier" depends="required"> <arg key="display.securityID"/> </field> Iam getting an Exception saying listOfsecurityIdentifier is not a property. Any help is appreciated. Thank you Raj [ January 06, 2006: Message edited by: Raj Chennai ]
|
 |
 |
|
|
subject: indexedListProperty
|
|
|