RE: Session info to pipeline

2005-12-10 Thread jdwilliams
While waiting on some help with the question in my previous email, I discovered Martin Man's db-authenticator action in the samples/protected directory. Has a nifty descriptor file with a select element, which in turn has a to-session attribute that lets you send whatever you want to the session

Session info to pipeline

2005-12-09 Thread jdwilliams
=sql map:parameter name=use-connection value=jdwilliams/ map:parameter name=use-request-parameters value=true/ map:parameter name=show-nr-of-rows value=true/ map:parameter name=username value={request

Re: RequestURI in aggregation page

2005-08-03 Thread jdwilliams
Thanks for your prompt reply. Unfortunately, while what you suggest does work, it does not answer the question I asked, which is: How to pass the resource path of the request into an XML file, similarly to passing a session variable. Thanks. Joe ==

Re: RequestURI in aggregation page

2005-08-03 Thread jdwilliams
Mark Lundquist wrote: I'm curious though why you don't want to do the aggregation in the sitemap...? = A fair question. The scenario is this: Authors create documentation in XML, and no one is to touch the XML documentation except the author or an

Database blocks mod-db example throws SQL error

2005-06-30 Thread jdwilliams
In modifying this sample to use a MySQL db, I edited the schema.sql and when I try to add a user to the example db, I get a MySQL error about incorrect syntax for 'CALL IDENTITY()' at Line 1. See my previous two posts for further details. Joe