Hi,
I got the user id creation :)
Here is the code :
<rde-dm:user mode="create" />
<rde-dm:attribute mode="write" attribute="rde-edit-user.rde-
fields.login" op="set" value="Test"/>
<rde-dm:attribute mode="write" attribute="rde-edit-user.rde-
fields.password" op="set" value="Testing"/>
I do not know why I was unable to do it earlier.
Now I have another issue.
I am trying create an user attribute and assign it a value. As per the
Dynaments pdf if we use "write" mode then an attribute is created i it
does not exist.
<rde-dm:user mode="load" user="Testing"/>
<rde-dm:attribute mode="write" attribute="rde-edit-user.rde-
attributes.Greeting" op="set" value="Hello"/>
In the above line "Greeting" is the attribute I am trying to create.
But it is not getting created.
Can anyone please tell me where is the mistake or am I missing
something?
Thanks,
Chandrakanth
On Jul 23, 12:27 pm, Chandrakanth Ramireddy <
chandra.1...@gmail.com>
wrote: