That's strange - not sure why the plain method call wouldn't work. If you can 
reproduce this with a simple case against 1.45, then we'll put in a fix.

On Dec 10, 2010, at 4:20 PM, R. Zachary Patrick wrote:

> Hi,
> 
>  I'm using version 1.42, and I know you're on 1.45 now. You may have 
> fixed this already,
>  but I didn't see it listed on any of the mailing lists or in the 
> change list.  So I figured I'd mention it.
> 
>  I have been getting the following error(or warning?) in my log files:
> 
>  Use of uninitialized value in concatenation (.) or string at 
> C:/Perl/site/lib/HTML/Mason/Component/Subcomponent.pm line 34.
> 
>  line 34 is:
>  $self->{path} = $self->owner->path . ":" . $self->name;
> 
>  The $self->owner->path was the uninitialized value. I thought it must 
> be something on my end, but I
>  tracked the value all through my code, and then into your code, and it 
> appears that this line is the
>  culprit. I changed it to:
> 
>  $self->{path} = $self->owner->{path} . ":" . $self->name;
> 
>  and  I no longer get this error.  The code still seems to work without 
> the {}'s but it threw those errors anyways.
> 
>  Please take a look and let me know if this error is really my problem 
> or yours.
> 
>  Thanks,
>  Zach
> 
> 
> ------------------------------------------------------------------------------
> Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
> new data types, scalar functions, improved concurrency, built-in packages, 
> OCI, SQL*Plus, data movement tools, best practices and more.
> http://p.sf.net/sfu/oracle-sfdev2dev 
> _______________________________________________
> Mason-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mason-users


------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Mason-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to