Hi Wouter,
 
I am now able to create a new user, get the list of users using a finder query and 
display the names of the newly created users! However, I would like to display all the 
attributes of the user (id and name) in a tabular format. Right now the form is 
expecting a Collection of Strings and displays them in this format on the screen: 
[userName1, userName2,...]. How can I pass a Collection of Value Objects to the form 
and have the results displayed in a table? I looked at the signal in the outgoing 
transition from the FrontEndView which is used to display the list of users. That only 
has a place to specify the type which is Collection. Can I specify what is contained 
in the Collection?
 
Also, I would like to add a left nav bar and have the use cases show up as links 
there. Is that easy to do?
 
Thanks,
 
Sunondo

Reply via email to