Hi! Tuesday, September 11, 2007, 5:25:06 PM, you wrote:
t> I have a problem between uploading xml files and generating them with a t> stream generator in cocoon. t> here are my html file and my sitemap.xmap t> So, when I try to test that, I have this exception: >>>> Unknown request object encountered named Filename : null I had a similar problem with cocoon 2.2. I could only read the file once, after that it was deleted and I got the same error message. I remember that the first time I tried to use the stream generator there was a bug in 2.2 which caused the same exception. But I filed a report and it was solved some days later. Maybe you should debug the stream generator to see what's going on. I solved my problem in a very unclean way. I read the transmitted file in a flow script and write it to a temporary file. Than I use the stream generator to read that file. Like that I am able to use the data more than once. Good luck! Martin. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
