Re: Export data from Lenya

2009-09-17 Thread Andreas Hartmann
Andrey Volkov schrieb: Andreas, Thank you for details explanation. It saved me plenty of time. It is easy to understand and use. I hope the explanation will be helpful for a few another developers. Thanks for your feedback, and good luck with your next tasks! -- Andreas -- Andreas Hartma

Re: Export data from Lenya

2009-09-17 Thread Andrey Volkov
Andreas, Thank you for details explanation. It saved me plenty of time. It is easy to understand and use. I hope the explanation will be helpful for a few another developers. -- With best regards, Andrey Volkov

Re: Export data from Lenya

2009-09-15 Thread Andreas Hartmann
Andrey Volkov schrieb: O, thank you, I see. I did some progress, but I have one more question. How should parameters be passed to csv generator? I describe the whole picture below. I defined a new component-instance. It ties the usecase with the pipeline. name="admin.logs.export"

Re: Export data from Lenya

2009-09-15 Thread Andrey Volkov
O, thank you, I see. I did some progress, but I have one more question. How should parameters be passed to csv generator? I describe the whole picture below. I defined a new component-instance. It ties the usecase with the pipeline. The pipeline in sitemap.xma

Re: Export data from Lenya

2009-09-15 Thread Andreas Hartmann
Andrey Volkov schrieb: Could you describe in more details where I should define serializer and how to redirect output from a usecase to it? http://lenya.apache.org/docu20/reference/usecase-framework/usecase-framework-overview.html#N101BC "If you don't want to display a form, but output arbitra

Re: Export data from Lenya

2009-09-15 Thread Andrey Volkov
Could you describe in more details where I should define serializer and how to redirect output from a usecase to it? On Tue, Sep 8, 2009 at 1:26 PM, Thorsten Scherler < thorsten.scherler@juntadeandalucia.es> wrote: > On Tue, 2009-09-08 at 14:26 +0530, Anish wrote: > > > > > I need to export d

Re: Export data from Lenya

2009-09-08 Thread Thorsten Scherler
On Tue, 2009-09-08 at 14:26 +0530, Anish wrote: > > > I need to export data from Lenya. For example, add 'Export' button > > for 'Users' page to export list of all users in csv format. > > What should I do? What configuration should I make to return > > downloadable data instead of html page? > Hi

Re: Export data from Lenya

2009-09-08 Thread Anish
I need to export data from Lenya. For example, add 'Export' button for 'Users' page to export list of all users in csv format. What should I do? What configuration should I make to return downloadable data instead of html page? Hi Andrey You can use text serialiser for that purpose. An XSLT w