You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Major Peter (JIRA)" <ji...@apache.org> on 2010/08/13 10:24:16 UTC

[jira] Created: (WICKET-2985) DropDownChoice onSelectionChanged with setResponsePage causes weird exceptions

DropDownChoice onSelectionChanged with setResponsePage causes weird exceptions
------------------------------------------------------------------------------

                 Key: WICKET-2985
                 URL: https://issues.apache.org/jira/browse/WICKET-2985
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.5-M1
            Reporter: Major Peter


If you have a DDC with wantOnSelectionChanged, and the onSelectionChanged is redirecting to the same page, just now it has new pageparameters too, then it will 'pageClass' may not be null message and I think if it's not on the homepage, then this error will somehow involve the homepage too.
See the attached quickstart.

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


[jira] Commented: (WICKET-2985) DropDownChoice onSelectionChanged with setResponsePage causes weird exceptions

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

Hudson commented on WICKET-2985:
--------------------------------

Integrated in Apache Wicket 1.5.x #232 (See [http://hudson.zones.apache.org/hudson/job/Apache%20Wicket%201.5.x/232/])
    

> DropDownChoice onSelectionChanged with setResponsePage causes weird exceptions
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-2985
>                 URL: https://issues.apache.org/jira/browse/WICKET-2985
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M1
>            Reporter: Major Peter
>            Assignee: Igor Vaynberg
>             Fix For: 1.5-M2
>
>         Attachments: wicket-2985.tar.gz
>
>
> If you have a DDC with wantOnSelectionChanged, and the onSelectionChanged is redirecting to the same page (just now it has pageparameters too), then it will produce 'pageClass' may not be null message. I think if this DDC is not on the homepage, then this error will somehow involve the homepage too.
> See the attached quickstart.

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


[jira] Updated: (WICKET-2985) DropDownChoice onSelectionChanged with setResponsePage causes weird exceptions

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

Major Peter updated WICKET-2985:
--------------------------------

    Attachment: wicket-2985.tar.gz

Simple quickstart to reproduce the problem.
Note: the commented out parts are for wicket 1.4, and they were working without a problem.

> DropDownChoice onSelectionChanged with setResponsePage causes weird exceptions
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-2985
>                 URL: https://issues.apache.org/jira/browse/WICKET-2985
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M1
>            Reporter: Major Peter
>         Attachments: wicket-2985.tar.gz
>
>
> If you have a DDC with wantOnSelectionChanged, and the onSelectionChanged is redirecting to the same page, just now it has new pageparameters too, then it will 'pageClass' may not be null message and I think if it's not on the homepage, then this error will somehow involve the homepage too.
> See the attached quickstart.

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


[jira] Updated: (WICKET-2985) DropDownChoice onSelectionChanged with setResponsePage causes weird exceptions

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

Major Peter updated WICKET-2985:
--------------------------------

    Description: 
If you have a DDC with wantOnSelectionChanged, and the onSelectionChanged is redirecting to the same page (just now it has pageparameters too), then it will produce 'pageClass' may not be null message. I think if this DDC is not on the homepage, then this error will somehow involve the homepage too.
See the attached quickstart.

  was:
If you have a DDC with wantOnSelectionChanged, and the onSelectionChanged is redirecting to the same page, just now it has new pageparameters too, then it will 'pageClass' may not be null message and I think if it's not on the homepage, then this error will somehow involve the homepage too.
See the attached quickstart.


> DropDownChoice onSelectionChanged with setResponsePage causes weird exceptions
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-2985
>                 URL: https://issues.apache.org/jira/browse/WICKET-2985
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M1
>            Reporter: Major Peter
>         Attachments: wicket-2985.tar.gz
>
>
> If you have a DDC with wantOnSelectionChanged, and the onSelectionChanged is redirecting to the same page (just now it has pageparameters too), then it will produce 'pageClass' may not be null message. I think if this DDC is not on the homepage, then this error will somehow involve the homepage too.
> See the attached quickstart.

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


[jira] Resolved: (WICKET-2985) DropDownChoice onSelectionChanged with setResponsePage causes weird exceptions

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

Igor Vaynberg resolved WICKET-2985.
-----------------------------------

         Assignee: Igor Vaynberg
    Fix Version/s: 1.5-M2
       Resolution: Fixed

> DropDownChoice onSelectionChanged with setResponsePage causes weird exceptions
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-2985
>                 URL: https://issues.apache.org/jira/browse/WICKET-2985
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M1
>            Reporter: Major Peter
>            Assignee: Igor Vaynberg
>             Fix For: 1.5-M2
>
>         Attachments: wicket-2985.tar.gz
>
>
> If you have a DDC with wantOnSelectionChanged, and the onSelectionChanged is redirecting to the same page (just now it has pageparameters too), then it will produce 'pageClass' may not be null message. I think if this DDC is not on the homepage, then this error will somehow involve the homepage too.
> See the attached quickstart.

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