Hello,
I am looking for examples of use of database actions (particularly modular database actions). It is a bit difficult for me to understand how to write such action to read data from db and use it with my xsp-pages, because the cocoon documentation doesn't show any examples. Are there any on the web? I mean such examples, where I can see, how to write an action itself, the pipeline and how to use them in xsp pages. Any help will be appreciated.
I wouldn't suggest to use them for _reading_ data. Anyway, the result will be written to request attributes (default, you may configure any other output module) using the default prefix for the request attribute output module. To access the data, you'd need to read the corresponding request attributes.
To illustrate this, I suggest you add code to your XSP that prints out all request attributes.
In addition, the result will be passed to the sitemap.
Chris.
--
C h r i s t i a n H a u l
[EMAIL PROTECTED]
fingerprint: 99B0 1D9D 7919 644A 4837 7D73 FEF9 6856 335A 9E08
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
