Hi, I'm writing to complain about the difficulties that I am facing with
hivemind integration.
I think it should exist a XSD specific for configuring hivemind with
tapestry, because hivemind documentation sucks.
And one more thing, I know that you guys already know, but tapestry
documentation has a mistake
<implementation service-id="tapestry.multipart.MultipartDecoder">
<create-instance class="
org.apache.tapestry.multipart.MultipartDecoderImpl,maxSize=-1"
model="threaded" />
</implementation>
I spent hours to find the documentation had this mistake and that the
service had changed to
<implementation service-id="tapestry.multipart.ServletMultipartDecoder">
<create-instance class="
org.apache.tapestry.multipart.MultipartDecoderImpl,maxSize=-1"
model="threaded" />
</implementation>
The mistake is in "tapestry-4.0.1-docs
/tapestry/ComponentReference/Upload.html"
thanks for your attention,
Pedro