You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-dev@incubator.apache.org by "Trevor Oldak (JIRA)" <xa...@incubator.apache.org> on 2007/07/30 20:41:53 UTC

[jira] Created: (XAP-504) XModify: insert-at should handle wider range of integers gracefully

XModify: insert-at should handle wider range of integers gracefully
-------------------------------------------------------------------

                 Key: XAP-504
                 URL: https://issues.apache.org/jira/browse/XAP-504
             Project: XAP
          Issue Type: Bug
          Components: XModify
            Reporter: Trevor Oldak


This bug is still rather moot while insert-at continues to not work correctly, however

index values of 0 or n, or less than 0 or greater than n (where n in the number of children of your target component) cause erros to be thrown

[16:40:3 ERROR xap.xml.NamespaceHandler] Error dispatching element to namespace handler for namespace URI http://openxal.org/core/xmodifyIndex out of range

indices of 0 or less should cause nodes to be appended at the beginning. Indices of n or greater should cause the nodes to be appended to the end.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.