DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6779>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6779 <esql:query> does not expand contents to valid java string Summary: <esql:query> does not expand contents to valid java string Product: Cocoon 2 Version: Current CVS Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: general components AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] <esql:query> does not expands special java characters such as " into equivalent sequence \". So if you cannot do: <esql:query>SELECT * FROM "Foo_Fee"</esql:query> because the string is expanded to: "SELECT * FROM "Foo_Fee"" and not to: "SELECT * FROM \"Foo_Fee\"" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]