On 4/10/06, Max Clark <[EMAIL PROTECTED]> wrote:
Rod
>Rodney,
>The <%method title> and <& SELF:title &> works great as long as I have
>the title code in the autohander directly. How do I move the header to
>a shared component and pass the title method to the shared component?
>i.e. <& /shared/header.mhtml &>
>
>Thanks,
Max
I dont have much experience with that but you should be able to call it withmy $comp = $m->fetch_comp($m->caller());Not sure if caller is what you would need ... but some way to get at the requested component.
$comp->call_method('title');
Rod

