hi, I have the following weird problem.. Let say I have an error in MyModule::some_method(). What I get as error from Mason is something like :
... Undefined MyModule::some_method() ..... Instead of the exact error I made in some_method(). So it is very hard sometimes for me to figure out the problem. In fact I figured out that when I get "undefined"-error it means some error in this specific function/method after several hours of debugging !! Do you know any way I get make the real error pop-up instead of "undefined"-error. FYI : I use somethigng like this in autohandler : ..html.. <% $m->content %> %$m->call_next; ..html.. thank you very much in advance ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Mason-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mason-users

