You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2002/06/20 11:59:20 UTC

DO NOT REPLY [Bug 10054] New: -

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=10054>.
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=10054

<esql:update-results>

           Summary: <esql:update-results>
           Product: Cocoon 2
           Version: 2.0.3
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: general components
        AssignedTo: cocoon-dev@xml.apache.org
        ReportedBy: andi@andi.ch


nested esql query statement aren't executed in the new cocoon 2.0.3 version.
this worked fine in version 2.0.2.

example:

<esql:connection>
   <esql:pool>pool</esql:pool>
   <esql:execute-query>
      <esql:query>
         UPDATE xyz
      </esql:query>
      <esql:update-results>
  

         <esql:execute-query>
            this nested statement won't be executed in 2.0.3
         </esql:execute-query>


      </esql:update-results>
   </esql:execute-query>
</esql:connection>

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org