You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jirka (Created) (JIRA)" <ji...@apache.org> on 2012/03/13 08:57:47 UTC

[jira] [Created] (WICKET-4445) ArrayIndexOutOfBoundsException in Url.resolveRelative by using Check and alias for Page

ArrayIndexOutOfBoundsException in Url.resolveRelative by using Check and alias for Page
---------------------------------------------------------------------------------------

                 Key: WICKET-4445
                 URL: https://issues.apache.org/jira/browse/WICKET-4445
             Project: Wicket
          Issue Type: Bug
            Reporter: Jirka


By using alias for Page and using Check with CheckGroup and wantOnSelectionChangedNotifications set to true, I get ArrayIndexOutOfBoundsException.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WICKET-4445) ArrayIndexOutOfBoundsException in Url.resolveRelative by using Check and alias for Page

Posted by "Jirka (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-4445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13228264#comment-13228264 ] 

Jirka commented on WICKET-4445:
-------------------------------

relativeUrl=..?7-1.IOnChangeListener-form-checks

java.lang.ArrayIndexOutOfBoundsException: -1
     at java.util.ArrayList.remove(ArrayList.java:390)
     at org.apache.wicket.request.Url.resolveRelative(Url.java:994)
     at org.apache.wicket.markup.html.form.Form.dispatchEvent(Form.java:1040)
     at org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:733)
     at org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:692)
                
> ArrayIndexOutOfBoundsException in Url.resolveRelative by using Check and alias for Page
> ---------------------------------------------------------------------------------------
>
>                 Key: WICKET-4445
>                 URL: https://issues.apache.org/jira/browse/WICKET-4445
>             Project: Wicket
>          Issue Type: Bug
>            Reporter: Jirka
>         Attachments: checkerror.zip
>
>
> By using alias for Page and using Check with CheckGroup and wantOnSelectionChangedNotifications set to true, I get ArrayIndexOutOfBoundsException.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (WICKET-4445) ArrayIndexOutOfBoundsException in Url.resolveRelative by using Check and alias for Page

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-4445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-4445.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 6.0.0-RC1
                   1.5.7
         Assignee: Martin Grigorov

Fixed with WICKET-4561.
                
> ArrayIndexOutOfBoundsException in Url.resolveRelative by using Check and alias for Page
> ---------------------------------------------------------------------------------------
>
>                 Key: WICKET-4445
>                 URL: https://issues.apache.org/jira/browse/WICKET-4445
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.5.5
>         Environment: win7, chrome
>            Reporter: Jirka
>            Assignee: Martin Grigorov
>             Fix For: 1.5.7, 6.0.0-RC1
>
>         Attachments: checkerror.zip
>
>
> By using alias for Page and using Check with CheckGroup and wantOnSelectionChangedNotifications set to true, I get ArrayIndexOutOfBoundsException.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WICKET-4445) ArrayIndexOutOfBoundsException in Url.resolveRelative by using Check and alias for Page

Posted by "Jirka (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-4445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jirka updated WICKET-4445:
--------------------------

          Environment: win7, chrome
    Affects Version/s: 1.5.5
    
> ArrayIndexOutOfBoundsException in Url.resolveRelative by using Check and alias for Page
> ---------------------------------------------------------------------------------------
>
>                 Key: WICKET-4445
>                 URL: https://issues.apache.org/jira/browse/WICKET-4445
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.5.5
>         Environment: win7, chrome
>            Reporter: Jirka
>         Attachments: checkerror.zip
>
>
> By using alias for Page and using Check with CheckGroup and wantOnSelectionChangedNotifications set to true, I get ArrayIndexOutOfBoundsException.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WICKET-4445) ArrayIndexOutOfBoundsException in Url.resolveRelative by using Check and alias for Page

Posted by "Jirka (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-4445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jirka updated WICKET-4445:
--------------------------

    Attachment: checkerror.zip

wicket quickstart for error
                
> ArrayIndexOutOfBoundsException in Url.resolveRelative by using Check and alias for Page
> ---------------------------------------------------------------------------------------
>
>                 Key: WICKET-4445
>                 URL: https://issues.apache.org/jira/browse/WICKET-4445
>             Project: Wicket
>          Issue Type: Bug
>            Reporter: Jirka
>         Attachments: checkerror.zip
>
>
> By using alias for Page and using Check with CheckGroup and wantOnSelectionChangedNotifications set to true, I get ArrayIndexOutOfBoundsException.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira