Do you think it is possible to fix this problem in a later release, because I think using an action-set is a comfortable way to write application for better maintenance.
By the way, I noticed other "problems" with action-sets, maybe I'm telling you nothing new: You can't split a pipeline into a part being done in an action set, and the rest being done in the pipeline which uses the action-set. This would be a great feature!!! - But you will get an "incomplete pipeline" error. What do you think about this? - Volker - -----Original Message----- From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 10. April 2002 12:05 To: [EMAIL PROTECTED] Subject: RE: Problem with ParameterSelector > Volker Schneider wrote: > > I'm using Cocoon 2.0.2 with WebSphere Studio Application > Developer 4.0.2. I > believe that I'm using the compiled sitemap, because I can find a > java- and > class-file in my working directory, and sometimes I had to delete these > files, because I had set the sitemap reload to "asynchronous". > > Now in cocoon.xconf I have set the sitemap reload to "yes" and > "synchronous" > (and I don't need to delete the sitemap class files). > > By the way, how can I use the interpreted version? Why do you think that > could make a difference? > You have to put this line into the cocoon.xconf: <sitemap class="org.apache.cocoon.components.treeprocessor.TreeProcessor" logger="sitemap"/> and comment out the other <sitemap ...> element. I thought that perhaps one of the two versions might not act properly with action sets. Carsten --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]> --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>
