Hi JeffreyI have been able to access RemoteObject from mxml.Today I had
a problem, when Im trying to call a RemoteObjectwhich retrieves the list
of results from LDAP backend.I wrote a java class in which Im using a
Pojo to create anobject, the following is the chunk of code in my
getAllAttrs()method:valsList.add(new TPojo(attrs.get("cn").toString(),
attrs.get("givenName").toString(), attrs.get(
"telephoneNumber").toString(),attrs.get( "userPassword").toString(),
attrs.get("objectClass").toString...