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/08/19 11:56:06 UTC

DO NOT REPLY [Bug 10054] -

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>





------- Additional Comments From pescetelli@ksolutions.it  2002-08-19 09:56 -------
I've had a similar problem, using:

<esql:query>
  update ...
</esql:query>
<esql:error-results>An error occurred</esql:error-results>
<esql:update-results>
  <esql:get-update-count/> rows adjusted.
</esql:update-results>
<esql:no-results>
  <p>Sorry, no rows adjusted!</p>
</esql:no-results>

the update statement has been executed but seems that cocoon remains 
cycling on the tags:
 <esql:update-results>
   19 rows  adjusted.
 </esql:update-results>

and the output is a huge page that grows until the browser is stopped.

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