to get list of assigned resources

In my work flow,I need to get a list of resorces assigned to perticular user... in a

select/drop down box of a form.it's the first step in my work flow.

(how I can get it,with out using views/script)

I want to get it by using form util methods...

<getObject> returning an user object,

but I don't know how to resolve resources from this object

can any one help me....

thanks in advance...

[446 byte] By [bandlamudi_anila] at [2007-11-27 4:59:59]
# 1
Simply do this after you get user object this way you'll get resources list. <set name='resList'><get><ref>userObject</ref><s>PrivateResourceRefs</s></get> </set>
AlexanderLa at 2007-7-12 10:16:28 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
thanks alexandrial.......
bandlamudi_anila at 2007-7-12 10:16:28 > top of Java-index,Web & Directory Servers,Directory Servers...