DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28724>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28724 FragmentExtractor always returns same fragment ------- Additional Comments From [EMAIL PROTECTED] 2004-06-02 06:44 ------- Sorry I wasn't clear enough: For every request with new parameters to the pipeline, the setup() method of the FragmentExtractorTransformer will be executed. But in this method the int fragmentID variable will be reset to zero. So I've deleted this reset (//fragmentID = 0;) and the grafic output works now correct.
