What error?

On Apr 24, 2012, at 8:54 AM, Eugenio Duran Aroche wrote:

> I have problem whith methods in Mason, I have 2 component (comp1.mas  and 
> comp2.mas),  and the methods is on comp1.mas and  call it from
> comp2.mas, and return error.
> 
> comp1.mas
> <%method metodo>
> 
> % print "hello world";
> 
> </%method>
> 
> comp2.mas
> % my $comp = $m->fetch_comp("comp1.mas");
> % $comp->call_method("metodo");

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to