You just have to inject : @Inject private ComponentResources componentResources;
Then, you access page properties like this : componentResources.getPage().get.... Stephane Mohammad Shamsi a écrit :
Hi, i wanna access to a components page, from component code. i wanna to know the page name, access page class and its properties form a component this used in class.
