"Boris R." <[EMAIL PROTECTED]> writes:

> It seems that the session taglib does something to the cgi data, and
> puts it into $r->pnotes('INPUT'), so that $r->args() is empty.  However, 
> PerForm reads from $cgi (by calling $cgi->param()) thats passed to it 
> from XSP parser. So what happens is that the form doesn't submit! 

> Can someone help me resolve this issue ? 

The $cgi is actually be Apache::Request->instance($r).

The latest software from CPAN (or, at least, last I checked)
required that Apache::RequestNotes be a PerlInitHandler.  I've
modified the J�rg's Session taglib so that it works with the
latest Apache::RequestNotes (as well as other changes I needed).

Email me for the diffs if you want them.

Mark.

-- 
You are a mystery as deep as the sea; the more I search, the more
I find, and the more I find the more I search for you.
            -- St. Catherine of Siena

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to