Hi,
I created a cocoon application and I have my own generator that takes a bean from a 3rd party app and issue SAX Events.
All is working fine but the problem is.
When i get some properties from the bean, I need to show a page to the user to ask for some clarifications. This can happend many times. Can I do that with cocoon in generator ? Or I have to implement that in 3td party app ?
Not sure I fully understand, but once the Generator has started you cannot change the pipeline setup. Now, you can change what your generator outputs and handle it that way if you choose. I think a cleaner way would be to retrieve your bean in an action (or better, in 2.1 use flow) and there decide whether to generate as planned or display a clarifying page.
Geoff
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
