Thanks - but I don't understand...

What is the parameter - the containing page?

Basically I want to access a property from my 'AbstractBasePage' which
has some common properties on it from a component that is placed on a
concrete page.

@Chris: regarding your hint of @InjectContainer...? what should the type
be - 'Page'?

-J.

On Fri, 2008-04-18 at 11:23 +0100, nicholas Krul wrote:
> bind it as a paramater
> 
> @Paramater(required=true) //only if required
> Object needed
> 
> 
> 
> On Fri, Apr 18, 2008 at 11:07 AM, Chris Lewis <[EMAIL PROTECTED]>
> wrote:
> 
> > Jan,
> >
> > There's probably a simpler way, but you should be able to use
> > @InjectContainer in your component to get the page and call whatever
> > methods (in your case a a getter) you want. I imagine there's a more
> > terse way, but I'm not sure what it would be.
> >
> > chris
> >
> > Jan Vissers wrote:
> > > Hi,
> > >
> > > I want to access a page property from within my component - that has
> > > been placed on that page. In T4 I had something like 'page.' - how is
> > > this done in T5?
> > >
> > > Thx,
> > > -J.
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> > >
> >
> > --
> > http://thegodcode.net
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >


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

Reply via email to