Passing an input form value to the sitemap

2004-05-04 Thread Joe D. Williams
OK. I have done this before, but am confused as to the simplest way to accomplish a fairly trivial task: Passing a request attribute to the sitemap. Yes, I have read the docs. And I remain somewhat confused. What I want to do: Select a db record (MySQL db, Cocoon 2.1) based on a value submitted

Re: Passing an input form value to the sitemap

2004-05-04 Thread Walter Lewis
Joe D. Williams wrote: OK. I have done this before, but am confused as to the simplest way to accomplish a fairly trivial task: Passing a request attribute to the sitemap. [snip] The documentation on the SQLTransformer suggests the following: [snip] When I first struggled with this example