You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "fallout (JIRA)" <ji...@apache.org> on 2008/04/04 21:37:24 UTC

[jira] Created: (WICKET-1482) The CheckBox control does not work into the TabbedPanel control.

The CheckBox control does not work into the TabbedPanel control.
----------------------------------------------------------------

                 Key: WICKET-1482
                 URL: https://issues.apache.org/jira/browse/WICKET-1482
             Project: Wicket
          Issue Type: Bug
          Components: wicket, wicket-extensions
         Environment: Microsoft Windows XP Professional, Apache Tomcat 6.0, Wicket 1.2, Eclipse 3.3.1
            Reporter: fallout
            Priority: Blocker


Hi.

I am using wicket 1.2.

I have a problem with the CheckBox control.
The problem is that when I have a CheckBox control into a TabbedPanel control it does not generate a roundtrip when I check/uncheck it.
Instead of a roundtrip I have a message about javascript error in the left corner of IE 7.0.

It should do a roundtrip because I overrided the wantOnSelectionChangedNotifications method and this method returns TRUE.

The checkbox control works fine when it is nested into a WebPage.
So it means that the problem is related to the TabbedPanel control.

Does anybody know a solution for this?

Thanks. 

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


[jira] Closed: (WICKET-1482) The CheckBox control does not work into the TabbedPanel control.

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

Johan Compagner closed WICKET-1482.
-----------------------------------

    Resolution: Won't Fix

for 1.2 you need to patch the code yourself. 1.2 is end of life.

if this also happens under 1.3 please reopen.

> The CheckBox control does not work into the TabbedPanel control.
> ----------------------------------------------------------------
>
>                 Key: WICKET-1482
>                 URL: https://issues.apache.org/jira/browse/WICKET-1482
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket, wicket-extensions
>         Environment: Microsoft Windows XP Professional, Apache Tomcat 6.0, Wicket 1.2, Eclipse 3.3.1
>            Reporter: fallout
>            Priority: Blocker
>
> Hi.
> I am using wicket 1.2.
> I have a problem with the CheckBox control.
> The problem is that when I have a CheckBox control into a TabbedPanel control it does not generate a roundtrip when I check/uncheck it.
> Instead of a roundtrip I have a message about javascript error in the left corner of IE 7.0.
> It should do a roundtrip because I overrided the wantOnSelectionChangedNotifications method and this method returns TRUE.
> The checkbox control works fine when it is nested into a WebPage.
> So it means that the problem is related to the TabbedPanel control.
> Does anybody know a solution for this?
> Thanks. 

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


[jira] Commented: (WICKET-1482) The CheckBox control does not work into the TabbedPanel control.

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

Igor Vaynberg commented on WICKET-1482:
---------------------------------------

wicket 1.2 has been end-of-lifed and is no longer supported. i suggest you upgrade to 1.3


> The CheckBox control does not work into the TabbedPanel control.
> ----------------------------------------------------------------
>
>                 Key: WICKET-1482
>                 URL: https://issues.apache.org/jira/browse/WICKET-1482
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket, wicket-extensions
>         Environment: Microsoft Windows XP Professional, Apache Tomcat 6.0, Wicket 1.2, Eclipse 3.3.1
>            Reporter: fallout
>            Priority: Blocker
>
> Hi.
> I am using wicket 1.2.
> I have a problem with the CheckBox control.
> The problem is that when I have a CheckBox control into a TabbedPanel control it does not generate a roundtrip when I check/uncheck it.
> Instead of a roundtrip I have a message about javascript error in the left corner of IE 7.0.
> It should do a roundtrip because I overrided the wantOnSelectionChangedNotifications method and this method returns TRUE.
> The checkbox control works fine when it is nested into a WebPage.
> So it means that the problem is related to the TabbedPanel control.
> Does anybody know a solution for this?
> Thanks. 

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