How should i include farUser fields in custom dmProfile edit, i tried
to use:
<ft:object objectid="#session.dmProfile.objectid#" typename="farUser"
lfields="userid,password" legend="Login details" />
<ft:object objectid="#stobj.objectid#" typename="dmProfile"
lfields="firstName,lastName,emailAddress"
lhiddenFields="userdirectory" legend="Personal details" />
Why isn't that working? Only the dmProfile fields are showing the data
of the edit user.
I also tried to use #stobj.objectid# which isn't working which must be
because this edit is in plugin/webskin/dmProfile, so only object
relative to dmProfile can use #stobj.objectid#.
So why isn't my approach with #session.dmProfile.objectid# working?
Or, what is the way to do this?
Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---