You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jan Vermeulen (JIRA)" <ji...@apache.org> on 2007/12/18 19:47:42 UTC

[jira] Created: (WICKET-1238) Improve markup localization to support ajax rendering of dynamically generated components

Improve markup localization to support ajax rendering of dynamically generated components
-----------------------------------------------------------------------------------------

                 Key: WICKET-1238
                 URL: https://issues.apache.org/jira/browse/WICKET-1238
             Project: Wicket
          Issue Type: Improvement
            Reporter: Jan Vermeulen


renderComponent() fails for components that are dynamically created and contained in a RepeatingView. Since MarkupFragmentFinder tries to locate a markup element with the id of the component, it fails to locate any markup for these components.

This occurs if we want to render separately a single row in a table or a single button in a dynamically constructed menu. This was possible in 2.0, but it's not in 1.3. For now, we have to render the whole table or the whole menu to refresh a single line or button. (see http://www.nabble.com/1.4-Wish-List-to14349485.html#a14395745)

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


[jira] Updated: (WICKET-1238) Improve markup localization to support ajax rendering of dynamically generated components

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

Johan Compagner updated WICKET-1238:
------------------------------------

          Component/s: wicket
    Affects Version/s: 1.3.2
        Fix Version/s: 1.5-M1

> Improve markup localization to support ajax rendering of dynamically generated components
> -----------------------------------------------------------------------------------------
>
>                 Key: WICKET-1238
>                 URL: https://issues.apache.org/jira/browse/WICKET-1238
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3.2
>            Reporter: Jan Vermeulen
>             Fix For: 1.5-M1
>
>
> renderComponent() fails for components that are dynamically created and contained in a RepeatingView. Since MarkupFragmentFinder tries to locate a markup element with the id of the component, it fails to locate any markup for these components.
> This occurs if we want to render separately a single row in a table or a single button in a dynamically constructed menu. This was possible in 2.0, but it's not in 1.3. For now, we have to render the whole table or the whole menu to refresh a single line or button. (see http://www.nabble.com/1.4-Wish-List-to14349485.html#a14395745)

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


[jira] Resolved: (WICKET-1238) Improve markup localization to support ajax rendering of dynamically generated components

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

Juergen Donnerstag resolved WICKET-1238.
----------------------------------------

      Assignee: Juergen Donnerstag
    Resolution: Fixed

already fixed in 1.5. See MarkupFragments

> Improve markup localization to support ajax rendering of dynamically generated components
> -----------------------------------------------------------------------------------------
>
>                 Key: WICKET-1238
>                 URL: https://issues.apache.org/jira/browse/WICKET-1238
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3.2
>            Reporter: Jan Vermeulen
>            Assignee: Juergen Donnerstag
>             Fix For: 1.5-M1
>
>
> renderComponent() fails for components that are dynamically created and contained in a RepeatingView. Since MarkupFragmentFinder tries to locate a markup element with the id of the component, it fails to locate any markup for these components.
> This occurs if we want to render separately a single row in a table or a single button in a dynamically constructed menu. This was possible in 2.0, but it's not in 1.3. For now, we have to render the whole table or the whole menu to refresh a single line or button. (see http://www.nabble.com/1.4-Wish-List-to14349485.html#a14395745)

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