The ListView itens are rebuild every render. So the original field that you
made reference from the feedback filter, is longer presented by the
ListView. Take a look at
http://wicketinaction.com/2008/10/building-a-listeditor-form-component/
and the ListView.setReuseItems javadoc

On Wed, Mar 24, 2010 at 7:09 AM, ayman elwany <aymanelw...@gmail.com> wrote:

> Hi All,
>
>
> I had a reusable component which have a textfield with its feedback panel
>  using ComponentFeedbackMessageFilter
>
> add(new FeedbackPanel("firstFeedback", new
> ComponentFeedbackMessageFilter(firstField)));
>
> and it is working fine   but when  I put this component in a ListView the
> feedback panel don't show any feedback messages as it supposed to do .
>
> Any help???
>



-- 
Pedro Henrique Oliveira dos Santos

Reply via email to