If I have an object A with the following definition:
public class A {
Integer id;
Vector vectorList; // consists of String elements
String[] arrList;
}
How would I define the list attribute in repository_user.xml? What about
the arrList element?
Thanks.
-- david
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
