You probably want to check out $r->param in Apache::Request.

--
Sean Evans

> -----Original Message-----
> From: Vaclav Barta [mailto:[EMAIL PROTECTED]
> Sent: Sunday, January 04, 2004 8:24 AM
> To: [EMAIL PROTECTED]
> Subject: Can AxKit provider access POSTed data?
> 
> 
> Hi,
> 
> I'm trying out CGI::Wiki in the context of an AxKit site 
> (AxKit::XSP::Wiki 
> seemed quite limited last time I looked). I wrote a wrapper 
> module (CGI::Wiki 
> is a backend and doesn't actually format Wiki pages) and set 
> it as an AxKit 
> provider:
> 
> <Location /g/dyna/wiki>
>   SetHandler perl-script
>   PerlHandler AxKit::Local::Wiki AxKit
>   PerlSetVar Filter On
>   AxContentProvider Apache::AxKit::Provider::Filter
>   AxAddProcessor text/xsl /german/frame.xsl
>   AxAddStyleMap text/xsl Apache::AxKit::Language::LibXSLT
> </Location>
> 
> 
> This works, but only if the forms generated by 
> AxKit::Local::Wiki use the GET 
> method (and the module's handler method gets the data using 
> Apache::args).
> For editable pages, I'd obviously prefer to use POST, but how 
> do I then access 
> the data?  Apache::args seems limited to what's in the request URL...
> 
>       Bye
>               Vasek
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

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

Reply via email to