you have many form components and only one feedback panel
- user put invalid entry on form component 1, panel show error 1
- user put invalid entry on form component 2, panel show error 2, no longer
error 1
this is it?
1 - you can create one ComponentFeedbackPanel for each form component
2 - you can validate the form on submit, and all errors will to be presented
at once
3 - any other

On Tue, Oct 13, 2009 at 10:26 AM, Alexander Elsholz <
alexander.elsh...@widas.de> wrote:

> Hi,
>
> i use ajax-listeners to validate formcomponents onblur or onkeychanged. an
> ajax-event will processed and the validationmessage displyed on screen.
> works
> fine for one component.
>
> when i've more than one there is only the message for the last processed
> formcomponent. the other's will removed from session.
>
> but i want display the messages of all unvalid components on page.
>
> thanks a lot alex
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Pedro Henrique Oliveira dos Santos

Reply via email to