[ 
https://issues.apache.org/jira/browse/WICKET-2558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12772281#action_12772281
 ] 

Leszek Gawron commented on WICKET-2558:
---------------------------------------

I don't mind using trunk. I actually moved to 1.5-SS becaused it resolved some 
issues which caused me a lot of trouble (forgot what it was).

One more pointer: FilterToolbar used to break even before. I managed to keep it 
working with:

        @Override
        public boolean getMarkupFragmentEnabled() {
                return false;
        }

in my Application class.

The method is gone now.

> FilterToolbar fails to render in 1.5-SS
> ---------------------------------------
>
>                 Key: WICKET-2558
>                 URL: https://issues.apache.org/jira/browse/WICKET-2558
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>            Reporter: Leszek Gawron
>            Assignee: Juergen Donnerstag
>         Attachments: datatabletest1.zip
>
>
> Adding FilterToolbar to a DataTable (using wicket 1.5-SS) throws:
> org.apache.wicket.markup.MarkupNotFoundException: Markup not found for 
> Component: [MarkupContainer [Component id = filter]]
> Please find attached the test project to reproduce this behavior.

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

Reply via email to