You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Carlos Pita (JIRA)" <ji...@apache.org> on 2007/08/06 22:11:59 UTC

[jira] Created: (WICKET-827) Ajax refresh fails when a fragment is included in the target

Ajax refresh fails when a fragment is included in the target
------------------------------------------------------------

                 Key: WICKET-827
                 URL: https://issues.apache.org/jira/browse/WICKET-827
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3.0-beta2, 1.3.0-beta3
            Reporter: Carlos Pita


Attached there is a package to drop into a quickstart project. If contains a panel that is a fragment provider and which also includes an ajax link to refresh the fragment contents. The main page just shows this panel and the provided fragment. Following the link raises the following exception:

WicketMessage: Unable to find the markup for the component. That may be due to transparent containers or components implementing IComponentResolver: [Component id = fragmentContent, page = web.fragment.Consumer, path = 0:container:fragment:fragmentContent.Label, isVisible = true, isVersioned = true]

Root cause:

org.apache.wicket.WicketRuntimeException: Unable to find the markup for the component. That may be due to transparent containers or components implementing IComponentResolver: [Component id = fragmentContent, page = web.fragment.Consumer, path = 0:container:fragment:fragmentContent.Label, isVisible = true, isVersioned = true]
at org.apache.wicket.MarkupFragmentFinder.find(MarkupFragmentFinder.java:111)
at org.apache.wicket.Component.locateMarkupStream(Component.java:3274)

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


[jira] Assigned: (WICKET-827) Ajax refresh fails when a fragment is included in the target

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

Igor Vaynberg reassigned WICKET-827:
------------------------------------

    Assignee: Juergen Donnerstag  (was: Igor Vaynberg)

juergen, please review that attached patch and let me know if i broke something that isnt obvious

> Ajax refresh fails when a fragment is included in the target
> ------------------------------------------------------------
>
>                 Key: WICKET-827
>                 URL: https://issues.apache.org/jira/browse/WICKET-827
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2, 1.3.0-beta3
>            Reporter: Carlos Pita
>            Assignee: Juergen Donnerstag
>         Attachments: fragment.tgz, WICKET-827.patch.txt
>
>
> Attached there is a package to drop into a quickstart project. If contains a panel that is a fragment provider and which also includes an ajax link to refresh the fragment contents. The main page just shows this panel and the provided fragment. Following the link raises the following exception:
> WicketMessage: Unable to find the markup for the component. That may be due to transparent containers or components implementing IComponentResolver: [Component id = fragmentContent, page = web.fragment.Consumer, path = 0:container:fragment:fragmentContent.Label, isVisible = true, isVersioned = true]
> Root cause:
> org.apache.wicket.WicketRuntimeException: Unable to find the markup for the component. That may be due to transparent containers or components implementing IComponentResolver: [Component id = fragmentContent, page = web.fragment.Consumer, path = 0:container:fragment:fragmentContent.Label, isVisible = true, isVersioned = true]
> at org.apache.wicket.MarkupFragmentFinder.find(MarkupFragmentFinder.java:111)
> at org.apache.wicket.Component.locateMarkupStream(Component.java:3274)

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


[jira] Assigned: (WICKET-827) Ajax refresh fails when a fragment is included in the target

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

Igor Vaynberg reassigned WICKET-827:
------------------------------------

    Assignee: Igor Vaynberg

> Ajax refresh fails when a fragment is included in the target
> ------------------------------------------------------------
>
>                 Key: WICKET-827
>                 URL: https://issues.apache.org/jira/browse/WICKET-827
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2, 1.3.0-beta3
>            Reporter: Carlos Pita
>            Assignee: Igor Vaynberg
>         Attachments: fragment.tgz
>
>
> Attached there is a package to drop into a quickstart project. If contains a panel that is a fragment provider and which also includes an ajax link to refresh the fragment contents. The main page just shows this panel and the provided fragment. Following the link raises the following exception:
> WicketMessage: Unable to find the markup for the component. That may be due to transparent containers or components implementing IComponentResolver: [Component id = fragmentContent, page = web.fragment.Consumer, path = 0:container:fragment:fragmentContent.Label, isVisible = true, isVersioned = true]
> Root cause:
> org.apache.wicket.WicketRuntimeException: Unable to find the markup for the component. That may be due to transparent containers or components implementing IComponentResolver: [Component id = fragmentContent, page = web.fragment.Consumer, path = 0:container:fragment:fragmentContent.Label, isVisible = true, isVersioned = true]
> at org.apache.wicket.MarkupFragmentFinder.find(MarkupFragmentFinder.java:111)
> at org.apache.wicket.Component.locateMarkupStream(Component.java:3274)

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


[jira] Resolved: (WICKET-827) Ajax refresh fails when a fragment is included in the target

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

Juergen Donnerstag resolved WICKET-827.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0-beta3

the patch seems ok to me.

> Ajax refresh fails when a fragment is included in the target
> ------------------------------------------------------------
>
>                 Key: WICKET-827
>                 URL: https://issues.apache.org/jira/browse/WICKET-827
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2, 1.3.0-beta3
>            Reporter: Carlos Pita
>            Assignee: Juergen Donnerstag
>             Fix For: 1.3.0-beta3
>
>         Attachments: fragment.tgz, WICKET-827.patch.txt
>
>
> Attached there is a package to drop into a quickstart project. If contains a panel that is a fragment provider and which also includes an ajax link to refresh the fragment contents. The main page just shows this panel and the provided fragment. Following the link raises the following exception:
> WicketMessage: Unable to find the markup for the component. That may be due to transparent containers or components implementing IComponentResolver: [Component id = fragmentContent, page = web.fragment.Consumer, path = 0:container:fragment:fragmentContent.Label, isVisible = true, isVersioned = true]
> Root cause:
> org.apache.wicket.WicketRuntimeException: Unable to find the markup for the component. That may be due to transparent containers or components implementing IComponentResolver: [Component id = fragmentContent, page = web.fragment.Consumer, path = 0:container:fragment:fragmentContent.Label, isVisible = true, isVersioned = true]
> at org.apache.wicket.MarkupFragmentFinder.find(MarkupFragmentFinder.java:111)
> at org.apache.wicket.Component.locateMarkupStream(Component.java:3274)

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


[jira] Updated: (WICKET-827) Ajax refresh fails when a fragment is included in the target

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

Igor Vaynberg updated WICKET-827:
---------------------------------

    Attachment: WICKET-827.patch.txt

patch to fix the problem, would like juergen to review before i commit it.

> Ajax refresh fails when a fragment is included in the target
> ------------------------------------------------------------
>
>                 Key: WICKET-827
>                 URL: https://issues.apache.org/jira/browse/WICKET-827
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2, 1.3.0-beta3
>            Reporter: Carlos Pita
>            Assignee: Igor Vaynberg
>         Attachments: fragment.tgz, WICKET-827.patch.txt
>
>
> Attached there is a package to drop into a quickstart project. If contains a panel that is a fragment provider and which also includes an ajax link to refresh the fragment contents. The main page just shows this panel and the provided fragment. Following the link raises the following exception:
> WicketMessage: Unable to find the markup for the component. That may be due to transparent containers or components implementing IComponentResolver: [Component id = fragmentContent, page = web.fragment.Consumer, path = 0:container:fragment:fragmentContent.Label, isVisible = true, isVersioned = true]
> Root cause:
> org.apache.wicket.WicketRuntimeException: Unable to find the markup for the component. That may be due to transparent containers or components implementing IComponentResolver: [Component id = fragmentContent, page = web.fragment.Consumer, path = 0:container:fragment:fragmentContent.Label, isVisible = true, isVersioned = true]
> at org.apache.wicket.MarkupFragmentFinder.find(MarkupFragmentFinder.java:111)
> at org.apache.wicket.Component.locateMarkupStream(Component.java:3274)

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


[jira] Updated: (WICKET-827) Ajax refresh fails when a fragment is included in the target

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

Carlos Pita updated WICKET-827:
-------------------------------

    Attachment: fragment.tgz

> Ajax refresh fails when a fragment is included in the target
> ------------------------------------------------------------
>
>                 Key: WICKET-827
>                 URL: https://issues.apache.org/jira/browse/WICKET-827
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2, 1.3.0-beta3
>            Reporter: Carlos Pita
>         Attachments: fragment.tgz
>
>
> Attached there is a package to drop into a quickstart project. If contains a panel that is a fragment provider and which also includes an ajax link to refresh the fragment contents. The main page just shows this panel and the provided fragment. Following the link raises the following exception:
> WicketMessage: Unable to find the markup for the component. That may be due to transparent containers or components implementing IComponentResolver: [Component id = fragmentContent, page = web.fragment.Consumer, path = 0:container:fragment:fragmentContent.Label, isVisible = true, isVersioned = true]
> Root cause:
> org.apache.wicket.WicketRuntimeException: Unable to find the markup for the component. That may be due to transparent containers or components implementing IComponentResolver: [Component id = fragmentContent, page = web.fragment.Consumer, path = 0:container:fragment:fragmentContent.Label, isVisible = true, isVersioned = true]
> at org.apache.wicket.MarkupFragmentFinder.find(MarkupFragmentFinder.java:111)
> at org.apache.wicket.Component.locateMarkupStream(Component.java:3274)

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