You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jeffrey Willis (JIRA)" <ji...@apache.org> on 2012/04/23 17:23:36 UTC

[jira] [Created] (WICKET-4510) Page with Multiple Tabs

Jeffrey Willis created WICKET-4510:
--------------------------------------

             Summary: Page with Multiple Tabs
                 Key: WICKET-4510
                 URL: https://issues.apache.org/jira/browse/WICKET-4510
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.5.3
         Environment: Windows 7, Tomcat webserver
            Reporter: Jeffrey Willis


I have a wicket page with four (4) tabs. I click tab1, then fill out informaton on its form, then click on tab2. I then go back to tab1 and all of its form information is gone, that is the form is reset back to its original state. My question is how do I get the tabs to maintain their information as I switch from tab to tab?

--
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-4510) Page with Multiple Tabs

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

Sven Meier commented on WICKET-4510:
------------------------------------

Are you using TabbedPanel? The first hit on Google search explaings the problem:

http://apache-wicket.1842946.n4.nabble.com/TabbedPanel-InputForm-and-submit-td1913476.html
                
> Page with Multiple Tabs
> -----------------------
>
>                 Key: WICKET-4510
>                 URL: https://issues.apache.org/jira/browse/WICKET-4510
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5.3
>         Environment: Windows 7, Tomcat webserver
>            Reporter: Jeffrey Willis
>              Labels: newbie
>
> I have a wicket page with four (4) tabs. I click tab1, then fill out informaton on its form, then click on tab2. I then go back to tab1 and all of its form information is gone, that is the form is reset back to its original state. My question is how do I get the tabs to maintain their information as I switch from tab to tab?

--
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-4510) Page with Multiple Tabs

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

Jeffrey Willis commented on WICKET-4510:
----------------------------------------

Thank you for the quick response, but I don't want the tabs to submit the form I just want when I fill out one tab and switch to another tab I want the previous tab to maintain its info until I am ready to submit my form.
                
> Page with Multiple Tabs
> -----------------------
>
>                 Key: WICKET-4510
>                 URL: https://issues.apache.org/jira/browse/WICKET-4510
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5.3
>         Environment: Windows 7, Tomcat webserver
>            Reporter: Jeffrey Willis
>              Labels: newbie
>
> I have a wicket page with four (4) tabs. I click tab1, then fill out informaton on its form, then click on tab2. I then go back to tab1 and all of its form information is gone, that is the form is reset back to its original state. My question is how do I get the tabs to maintain their information as I switch from tab to tab?

--
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] [Closed] (WICKET-4510) Page with Multiple Tabs

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

Sven Meier closed WICKET-4510.
------------------------------

    Resolution: Not A Problem

Then you need a client side solution, for an example see
http://xhab.blogspot.de/2007/06/wicket-jquery-tab-component.html
                
> Page with Multiple Tabs
> -----------------------
>
>                 Key: WICKET-4510
>                 URL: https://issues.apache.org/jira/browse/WICKET-4510
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5.3
>         Environment: Windows 7, Tomcat webserver
>            Reporter: Jeffrey Willis
>              Labels: newbie
>
> I have a wicket page with four (4) tabs. I click tab1, then fill out informaton on its form, then click on tab2. I then go back to tab1 and all of its form information is gone, that is the form is reset back to its original state. My question is how do I get the tabs to maintain their information as I switch from tab to tab?

--
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