> more sense to me.  If I understand correctly, you want to make a
> method in the page class protected and still be able to access it from
> the template, correct?

Yeah, that's what I meant :-)

> .................................................  If you
> really want to expose only those methods you feel are necessary from
> page to page, you can create an interface for the methods you wish to
> expose and the getter for the injected page can return the interface.
> I admit that that requires coding by convention and is un-enforceable,
> but it's a start...

I'll try that on few pages, and if extra amount of work doesn't get in a
way I may employ it thoughout the app.

Thanks Mike.

Adam

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

Reply via email to