Get role name in Action class
and store the role in context and use this context object  in VM 



The followings code may be useful


     JetspeedLink link = JetspeedLinkFactory.getInstance(rundata);
String role =link.getRoleName();
    context.put(ROLE,role);
 

Cheers
Devinder 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to