Hello.
I have found a bug in Cocoon2 beta2.

When <util:include-uri> is set as follows:
 <util:include-uri>
   <util:href>http://localhost:8080/aaa/aaa</util:href>
 </util:include-uri>

Cocoon generates:
String __name = String.valueOf(this.characters("http://localhost:8080/aaa/aaa";););

Then, it fails to compile the code.
The error indicates that "this.characters(" and ");" are not needed.

There's no problem to write href as an attribute as follows:
 <util:include-uri href="http://localhost:8080/aaa/aaa"/>

I also suspect other <util:include-*> tags have similar problems,
although I have not tested yet.

By the way, I wish I could write a relative address in href.


takuma

---------------------------------------------------------------------
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]>

Reply via email to