ironicon has asked for the wisdom of the Perl Monks concerning the following question:
However the object in question has a method called display, and the object Digilink::Ressource ist put in via "use" in the script (no errors there..)Can't locate object method "display" via package "Digilink::Ressource" at ../..//Digilink/View/AddRessource.pm line 152 (#1) (F) You called a method correctly, and it correctly indicated a pa +ckage functioning as a class, but that package doesn't define that parti +cular method, nor does any of its base classes. See perlobj.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Retrieving Objects from Sessions
by samtregar (Abbot) on Jan 31, 2006 at 17:59 UTC | |
|
Re: Retrieving Objects from Sessions
by kwaping (Priest) on Jan 31, 2006 at 17:33 UTC | |
|
Re: Retrieving Objects from Sessions
by ironicon (Initiate) on Feb 01, 2006 at 12:12 UTC |