> First off, can I just say that you shouldn't reply to an existing thread
> with a new problem. Although you might not see it in _your_ e-mail
> client, others are using e-mail clients that will group e-mails into
> threads, and your e-mail appears to be part of the "populate form
> elements" thread. You need to compose a new e-mail to the list, instead
> of replying to an existing one.

Sorry. Duely noted.

> Your code that is causing an error, appears to be inside a method
> definition inside your current_sprint.html file. It would appear, that
> you're calling this method from your root autohandler, which would be
> run before your /sprint/autohandler is run.
>
> In this case, /sprint/autohandler isn't in the stack, because it hasn't
> been called yet ($m->call_next in /autohandler will do that), but it
> _is_ in the wrapping chain, so would have been called eventually, if
> this error hadn't occured.

Ah! I see. I'll remove the reference from the method or move the object
creation to the root /autohandler to fix it.

I'm a little confused as to why it does sometimes work though. Surely
under these circumstances I should expect it to fail all the time every
time, or have I misunderstood?

> -Oli

Thanks,
Nicola

-- 
Nicola Worthington
http://perlgirl.org.uk
[EMAIL PROTECTED]


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to