You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Bertrand Guay-Paquet (Created) (JIRA)" <ji...@apache.org> on 2011/11/19 19:10:51 UTC

[jira] [Created] (WICKET-4244) Add a stateful page inspector to DebugBar which shows which components and behaviors make a page stateful

Add a stateful page inspector to DebugBar which shows which components and behaviors make a page stateful
---------------------------------------------------------------------------------------------------------

                 Key: WICKET-4244
                 URL: https://issues.apache.org/jira/browse/WICKET-4244
             Project: Wicket
          Issue Type: New Feature
          Components: wicket-devutils
    Affects Versions: 1.5.3
            Reporter: Bertrand Guay-Paquet
         Attachments: stateful_page_inspector.patch

Add an indication in DebugBar of whether the page is stateful or stateless. For stateful pages, the text is a link to the new StatefulPageInspectorPage.

The StatefulPageInspectorPage displays the stateful components and behaviors that make a page stateful. The information is displayed in both a sparse component tree and a flat component list.

--
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-4244) Add a stateful page inspector to DebugBar which shows which components and behaviors make a page stateful

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

Bertrand Guay-Paquet updated WICKET-4244:
-----------------------------------------

    Attachment:     (was: stateful_page_inspector.patch)
    
> Add a stateful page inspector to DebugBar which shows which components and behaviors make a page stateful
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-4244
>                 URL: https://issues.apache.org/jira/browse/WICKET-4244
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-devutils
>    Affects Versions: 1.5.3
>            Reporter: Bertrand Guay-Paquet
>              Labels: developer, util.
>         Attachments: inspector.png, stateful_bar.png, stateful_page_inspector.patch, stateless_bar.png
>
>
> Add an indication in DebugBar of whether the page is stateful or stateless. For stateful pages, the text is a link to the new StatefulPageInspectorPage.
> The StatefulPageInspectorPage displays the stateful components and behaviors that make a page stateful. The information is displayed in both a sparse component tree and a flat component list.

--
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-4244) Add a stateful page inspector to DebugBar which shows which components and behaviors make a page stateful

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

Bertrand Guay-Paquet updated WICKET-4244:
-----------------------------------------

    Comment: was deleted

(was: proposed patch)
    
> Add a stateful page inspector to DebugBar which shows which components and behaviors make a page stateful
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-4244
>                 URL: https://issues.apache.org/jira/browse/WICKET-4244
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-devutils
>    Affects Versions: 1.5.3
>            Reporter: Bertrand Guay-Paquet
>              Labels: developer, util.
>         Attachments: inspector.png, stateful_bar.png, stateful_page_inspector.patch, stateless_bar.png
>
>
> Add an indication in DebugBar of whether the page is stateful or stateless. For stateful pages, the text is a link to the new StatefulPageInspectorPage.
> The StatefulPageInspectorPage displays the stateful components and behaviors that make a page stateful. The information is displayed in both a sparse component tree and a flat component list.

--
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-4244) Add EnhancedPageView to ease debugging with the InspectorPage

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

Bertrand Guay-Paquet commented on WICKET-4244:
----------------------------------------------

While porting my code to Wicket 6, all the 1.5 Tree classes were marked deprecated so I created a new version with TableTree integrating Sven's ideas. I think the result is much better than the initial version.

The only downside is that ExceptionErrorPage still uses the current PageView because it's in wicket-core and TableTree is in wicket-extension.

I'll send a pull request
                
> Add EnhancedPageView to ease debugging with the InspectorPage
> -------------------------------------------------------------
>
>                 Key: WICKET-4244
>                 URL: https://issues.apache.org/jira/browse/WICKET-4244
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-devutils
>    Affects Versions: 6.0.0-beta3
>            Reporter: Bertrand Guay-Paquet
>              Labels: developer, util.
>         Attachments: inspector.png, stateful_bar.png, stateful_page_inspector.patch, stateless_bar.png, v2_screen.jpg
>
>
> Add an enhanced PageView which displays all Components and Behaviors of a Page in a TableTree representation. Components and Behaviors can be shown based on their statefulness status. There are also filtering options to choose the information displayed (columns).

--
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-4244) Add a stateful page inspector to DebugBar which shows which components and behaviors make a page stateful

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

Bertrand Guay-Paquet commented on WICKET-4244:
----------------------------------------------

Is there no interest in this feature?
                
> Add a stateful page inspector to DebugBar which shows which components and behaviors make a page stateful
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-4244
>                 URL: https://issues.apache.org/jira/browse/WICKET-4244
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-devutils
>    Affects Versions: 1.5.3
>            Reporter: Bertrand Guay-Paquet
>              Labels: developer, util.
>         Attachments: inspector.png, stateful_bar.png, stateful_page_inspector.patch, stateless_bar.png
>
>
> Add an indication in DebugBar of whether the page is stateful or stateless. For stateful pages, the text is a link to the new StatefulPageInspectorPage.
> The StatefulPageInspectorPage displays the stateful components and behaviors that make a page stateful. The information is displayed in both a sparse component tree and a flat component list.

--
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-4244) Add a stateful page inspector to DebugBar which shows which components and behaviors make a page stateful

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

Martin Grigorov commented on WICKET-4244:
-----------------------------------------

The feature looks good. It just didn't appear in my Jira issues filter. I'll take a look at it soon.
                
> Add a stateful page inspector to DebugBar which shows which components and behaviors make a page stateful
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-4244
>                 URL: https://issues.apache.org/jira/browse/WICKET-4244
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-devutils
>    Affects Versions: 1.5.3
>            Reporter: Bertrand Guay-Paquet
>              Labels: developer, util.
>         Attachments: inspector.png, stateful_bar.png, stateful_page_inspector.patch, stateless_bar.png
>
>
> Add an indication in DebugBar of whether the page is stateful or stateless. For stateful pages, the text is a link to the new StatefulPageInspectorPage.
> The StatefulPageInspectorPage displays the stateful components and behaviors that make a page stateful. The information is displayed in both a sparse component tree and a flat component list.

--
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-4244) Add EnhancedPageView to ease debugging with the InspectorPage

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

Bertrand Guay-Paquet updated WICKET-4244:
-----------------------------------------

          Description: Add an enhanced PageView which displays all Components and Behaviors of a Page in a TableTree representation. Components and Behaviors can be shown based on their statefulness status. There are also filtering options to choose the information displayed (columns).  (was: Add an indication in DebugBar of whether the page is stateful or stateless. For stateful pages, the text is a link to the new StatefulPageInspectorPage.

The StatefulPageInspectorPage displays the stateful components and behaviors that make a page stateful. The information is displayed in both a sparse component tree and a flat component list.)
    Affects Version/s:     (was: 1.5.3)
                       6.0.0-beta3
              Summary: Add EnhancedPageView to ease debugging with the InspectorPage  (was: Add a stateful page inspector to DebugBar which shows which components and behaviors make a page stateful)
    
> Add EnhancedPageView to ease debugging with the InspectorPage
> -------------------------------------------------------------
>
>                 Key: WICKET-4244
>                 URL: https://issues.apache.org/jira/browse/WICKET-4244
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-devutils
>    Affects Versions: 6.0.0-beta3
>            Reporter: Bertrand Guay-Paquet
>              Labels: developer, util.
>         Attachments: inspector.png, stateful_bar.png, stateful_page_inspector.patch, stateless_bar.png
>
>
> Add an enhanced PageView which displays all Components and Behaviors of a Page in a TableTree representation. Components and Behaviors can be shown based on their statefulness status. There are also filtering options to choose the information displayed (columns).

--
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-4244) Add a stateful page inspector to DebugBar which shows which components and behaviors make a page stateful

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

Sven Meier commented on WICKET-4244:
------------------------------------

>Wow both comments at the same time! 

;)

Well, the InspectorPage shows all components anyway, adding another 'stateful/stateless' column shouldn't be hard. We could revamp its component listing with a tree-like display like the one you're using in your patch.
                
> Add a stateful page inspector to DebugBar which shows which components and behaviors make a page stateful
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-4244
>                 URL: https://issues.apache.org/jira/browse/WICKET-4244
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-devutils
>    Affects Versions: 1.5.3
>            Reporter: Bertrand Guay-Paquet
>              Labels: developer, util.
>         Attachments: inspector.png, stateful_bar.png, stateful_page_inspector.patch, stateless_bar.png
>
>
> Add an indication in DebugBar of whether the page is stateful or stateless. For stateful pages, the text is a link to the new StatefulPageInspectorPage.
> The StatefulPageInspectorPage displays the stateful components and behaviors that make a page stateful. The information is displayed in both a sparse component tree and a flat component list.

--
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-4244) Add a stateful page inspector to DebugBar which shows which components and behaviors make a page stateful

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

Bertrand Guay-Paquet updated WICKET-4244:
-----------------------------------------

    Attachment: stateless_bar.png
                stateful_bar.png
                inspector.png

screenshots
                
> Add a stateful page inspector to DebugBar which shows which components and behaviors make a page stateful
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-4244
>                 URL: https://issues.apache.org/jira/browse/WICKET-4244
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-devutils
>    Affects Versions: 1.5.3
>            Reporter: Bertrand Guay-Paquet
>              Labels: developer, util.
>         Attachments: inspector.png, stateful_bar.png, stateful_page_inspector.patch, stateless_bar.png
>
>
> Add an indication in DebugBar of whether the page is stateful or stateless. For stateful pages, the text is a link to the new StatefulPageInspectorPage.
> The StatefulPageInspectorPage displays the stateful components and behaviors that make a page stateful. The information is displayed in both a sparse component tree and a flat component list.

--
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-4244) Add a stateful page inspector to DebugBar which shows which components and behaviors make a page stateful

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

Bertrand Guay-Paquet commented on WICKET-4244:
----------------------------------------------

Adding that other column is indeed easy. However, the big difference between this and my patch is that the latter only displays stateful components and their parent. This makes it a lot easier to spot the stateful components in pages with lots of stateless components.
                
> Add a stateful page inspector to DebugBar which shows which components and behaviors make a page stateful
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-4244
>                 URL: https://issues.apache.org/jira/browse/WICKET-4244
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-devutils
>    Affects Versions: 1.5.3
>            Reporter: Bertrand Guay-Paquet
>              Labels: developer, util.
>         Attachments: inspector.png, stateful_bar.png, stateful_page_inspector.patch, stateless_bar.png
>
>
> Add an indication in DebugBar of whether the page is stateful or stateless. For stateful pages, the text is a link to the new StatefulPageInspectorPage.
> The StatefulPageInspectorPage displays the stateful components and behaviors that make a page stateful. The information is displayed in both a sparse component tree and a flat component list.

--
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-4244) Add EnhancedPageView to ease debugging with the InspectorPage

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

Bertrand Guay-Paquet closed WICKET-4244.
----------------------------------------

    
> Add EnhancedPageView to ease debugging with the InspectorPage
> -------------------------------------------------------------
>
>                 Key: WICKET-4244
>                 URL: https://issues.apache.org/jira/browse/WICKET-4244
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-devutils
>    Affects Versions: 6.0.0-beta3
>            Reporter: Bertrand Guay-Paquet
>            Assignee: Martin Grigorov
>              Labels: developer, util.
>             Fix For: 6.0.0
>
>         Attachments: inspector.png, stateful_bar.png, stateful_page_inspector.patch, stateless_bar.png, v2_screen.jpg
>
>
> Add an enhanced PageView which displays all Components and Behaviors of a Page in a TableTree representation. Components and Behaviors can be shown based on their statefulness status. There are also filtering options to choose the information displayed (columns).

--
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-4244) Add a stateful page inspector to DebugBar which shows which components and behaviors make a page stateful

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

Sven Meier commented on WICKET-4244:
------------------------------------

I'm interested in this feature. But couldn't we just include this information in the current page inspector?
                
> Add a stateful page inspector to DebugBar which shows which components and behaviors make a page stateful
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-4244
>                 URL: https://issues.apache.org/jira/browse/WICKET-4244
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-devutils
>    Affects Versions: 1.5.3
>            Reporter: Bertrand Guay-Paquet
>              Labels: developer, util.
>         Attachments: inspector.png, stateful_bar.png, stateful_page_inspector.patch, stateless_bar.png
>
>
> Add an indication in DebugBar of whether the page is stateful or stateless. For stateful pages, the text is a link to the new StatefulPageInspectorPage.
> The StatefulPageInspectorPage displays the stateful components and behaviors that make a page stateful. The information is displayed in both a sparse component tree and a flat component list.

--
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-4244) Add a stateful page inspector to DebugBar which shows which components and behaviors make a page stateful

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

Bertrand Guay-Paquet updated WICKET-4244:
-----------------------------------------

    Attachment: stateful_page_inspector.patch

proposed patch
                
> Add a stateful page inspector to DebugBar which shows which components and behaviors make a page stateful
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-4244
>                 URL: https://issues.apache.org/jira/browse/WICKET-4244
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-devutils
>    Affects Versions: 1.5.3
>            Reporter: Bertrand Guay-Paquet
>              Labels: developer, util.
>         Attachments: stateful_page_inspector.patch
>
>
> Add an indication in DebugBar of whether the page is stateful or stateless. For stateful pages, the text is a link to the new StatefulPageInspectorPage.
> The StatefulPageInspectorPage displays the stateful components and behaviors that make a page stateful. The information is displayed in both a sparse component tree and a flat component list.

--
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-4244) Add EnhancedPageView to ease debugging with the InspectorPage

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

Martin Grigorov resolved WICKET-4244.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 6.0.0
         Assignee: Martin Grigorov

Pull request applied!
Thanks!
                
> Add EnhancedPageView to ease debugging with the InspectorPage
> -------------------------------------------------------------
>
>                 Key: WICKET-4244
>                 URL: https://issues.apache.org/jira/browse/WICKET-4244
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-devutils
>    Affects Versions: 6.0.0-beta3
>            Reporter: Bertrand Guay-Paquet
>            Assignee: Martin Grigorov
>              Labels: developer, util.
>             Fix For: 6.0.0
>
>         Attachments: inspector.png, stateful_bar.png, stateful_page_inspector.patch, stateless_bar.png, v2_screen.jpg
>
>
> Add an enhanced PageView which displays all Components and Behaviors of a Page in a TableTree representation. Components and Behaviors can be shown based on their statefulness status. There are also filtering options to choose the information displayed (columns).

--
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-4244) Add EnhancedPageView to ease debugging with the InspectorPage

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

Bertrand Guay-Paquet updated WICKET-4244:
-----------------------------------------

    Attachment: v2_screen.jpg

Screenshot of TableTree version
                
> Add EnhancedPageView to ease debugging with the InspectorPage
> -------------------------------------------------------------
>
>                 Key: WICKET-4244
>                 URL: https://issues.apache.org/jira/browse/WICKET-4244
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-devutils
>    Affects Versions: 6.0.0-beta3
>            Reporter: Bertrand Guay-Paquet
>              Labels: developer, util.
>         Attachments: inspector.png, stateful_bar.png, stateful_page_inspector.patch, stateless_bar.png, v2_screen.jpg
>
>
> Add an enhanced PageView which displays all Components and Behaviors of a Page in a TableTree representation. Components and Behaviors can be shown based on their statefulness status. There are also filtering options to choose the information displayed (columns).

--
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-4244) Add a stateful page inspector to DebugBar which shows which components and behaviors make a page stateful

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

Bertrand Guay-Paquet updated WICKET-4244:
-----------------------------------------

    Attachment: stateful_page_inspector.patch

proposed modifications
                
> Add a stateful page inspector to DebugBar which shows which components and behaviors make a page stateful
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-4244
>                 URL: https://issues.apache.org/jira/browse/WICKET-4244
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-devutils
>    Affects Versions: 1.5.3
>            Reporter: Bertrand Guay-Paquet
>              Labels: developer, util.
>         Attachments: inspector.png, stateful_bar.png, stateful_page_inspector.patch, stateless_bar.png
>
>
> Add an indication in DebugBar of whether the page is stateful or stateless. For stateful pages, the text is a link to the new StatefulPageInspectorPage.
> The StatefulPageInspectorPage displays the stateful components and behaviors that make a page stateful. The information is displayed in both a sparse component tree and a flat component list.

--
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-4244) Add a stateful page inspector to DebugBar which shows which components and behaviors make a page stateful

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

Bertrand Guay-Paquet commented on WICKET-4244:
----------------------------------------------

Wow both comments at the same time!

Yeah sure it could be changed to a Panel and included in the page inspector too. The InspectorDebugPanel would also need to be modified in order to show whether the current page is stateful or stateless.
                
> Add a stateful page inspector to DebugBar which shows which components and behaviors make a page stateful
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-4244
>                 URL: https://issues.apache.org/jira/browse/WICKET-4244
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-devutils
>    Affects Versions: 1.5.3
>            Reporter: Bertrand Guay-Paquet
>              Labels: developer, util.
>         Attachments: inspector.png, stateful_bar.png, stateful_page_inspector.patch, stateless_bar.png
>
>
> Add an indication in DebugBar of whether the page is stateful or stateless. For stateful pages, the text is a link to the new StatefulPageInspectorPage.
> The StatefulPageInspectorPage displays the stateful components and behaviors that make a page stateful. The information is displayed in both a sparse component tree and a flat component list.

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