On Fri, Jun 15, 2007 at 03:12:52PM +0200, [EMAIL PROTECTED] wrote:
> "notes() is similar to the mod_perl method $r->pnotes(). The main differences
> are that this notes() can be used in a non-mod_perl environment, and that
> its lifetime is tied to the Mason request object, not the Apache request
> object. In particular, a Mason subrequest has its own notes() structure,
> but would access the same $r->pnotes() structure."
> 
> In my case, shouldn't I use the $r->pnotes() instead since I have
> components calling subcomponents ?

No.  Component calls aren't the same as subrequests.  Look at
HTML::Mason::Devel for information about subrequests.

hdp.

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

Reply via email to