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 Mason-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mason-users