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

java.lang.ArrayOutOfBoundsException





------- Additional Comments From [EMAIL PROTECTED]  2002-09-20 17:03 -------
I have been able to isolate the problem down to the XMLFormTransformer and xml 
source documents that have <xf:output> tags outside the scope of an <xf:form> 
tag. For example, in userIdentity.xml the following tag needs to be moved 
inside the form tag to work correctly. It appears that a startElement() is not 
called if the AbstractSAXTransformer.ignoreEventsCount is set during processing.

    <xf:submit id="next" class="button">
      <xf:caption>Next</xf:caption>
    </xf:submit>
  <xf:output ref="count" id="show_count" form="form-feedback" class="info">
    <xf:caption>Visits Count</xf:caption>
  </xf:output>
  </xf:form>
</document>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to