Thanks Stephane,
On Feb 16, 2008 6:02 AM, Steph <[EMAIL PROTECTED]> wrote: > 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. > > > > > > > > > -- sincerely yours M. H. Shamsi
