Hai ,
I want add a link under the user management. Which is displayed
currently on all the products.
Current code is: by abstract
if (CarbonUIUtil.isUserAuthorized(request, "/permission/admin/login"))
{
// link goes here
}
changed like below to display it only for Greg
if (CarbonUIUtil.isContextRegistered(config, "/resources/") &&
CarbonUIUtil.isUserAuthorized(request, "/permission/admin/login"))
{
// link goes here
}
after I changed like above, it does not display anything under the user
management. Instead displays a blank page.
Thanks!
Ragu
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev