The class name of that StreamResponse suggests it is in the "components"
package, where it will be transformed by Tapestry's classloading magic and
treated as a "component".
You need to move that class to another package to be able to use it as
anything else (avoid packages named "pages", "components", "base" and
"mixins")
On Sat, 03 Sep 2011 02:25:20 +0200, hese <1024h...@gmail.com> wrote:
I upgraded to Tap 5.2.6 and now I see an interesting error message...
Notice that just before the exception, I print the contents of the
StreamResponse and it does print my test lines. Any idea?
DEBUG [http-8080-6] UrlAnalysis._$advised$onSubmit(122) | Streaming back
the results.
DEBUG [http-8080-6] UrlAnalysis._$advised$onSubmit(123) | something to
testAnother line to test
DEBUG [http-8080-6] UrlAnalysis.exit(153) | [ EXIT] onSubmit
[com.adsafe.fcc.webapp.components.CsvStreamResponse@5143dd30]
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org