On Mon, Dec 6, 2010 at 3:35 PM, supun wickramasinghe <[email protected]> wrote: > hi > i'm developing a Gadget for the WSO2 Gadget Server as my L3 project at > UOM.i'd like to know if there is a way to access the user details of the > current user from a gadget using JavaScript such as email,username and other > details. > thanks in advance.
You cannot access this from JS. But can access within a servlet. Write a servlet which accesses these data & the return into front end so that JS can process them. /sumedha > > -- > Pulasthi Supun > www.99gears.com > > _______________________________________________ > Carbon-dev mailing list > [email protected] > https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev > > _______________________________________________ Carbon-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
