Some objects’ name in LiveCycle begin with # such as form1.#variables[0].myVar or in case I am dealing with now:
Page1.personalDetails.eyeColor.resolveNode("#bindItems[0]").labelRef
Why bindItems has a # ? What does it mean?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I got it.
.#
Matches a property. This is useful if both a property and a container have the same name; the .# insures that the property is accessed.
A.#B
source: http://partners.adobe.com/public/developer/en/xml/som_2.0.pdf