Re: Multirequest Feedback

2009-10-13 Thread Pedro Santos
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


Re: Multirequest Feedback

2009-10-13 Thread Alexander Elsholz
hi pedro,

Pedro Santos pedrosans at gmail.com writes:
 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?
that's 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
for one form. when there are more than one form on page - only messages of last
submitted form will displayed
 3 - any other
that's what i'm looking for. a way to display all validiationmessages of invalid
forms on page.

thanks alex





-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Multirequest Feedback

2009-10-13 Thread Pedro Santos
 you can create one ComponentFeedbackPanel for each form and use only ajax
submit buttons or links, it will to keep error mesagens on page.

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

 hi pedro,

 Pedro Santos pedrosans at gmail.com writes:
  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?
 that's 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
 for one form. when there are more than one form on page - only messages of
 last
 submitted form will displayed
  3 - any other
 that's what i'm looking for. a way to display all validiationmessages of
 invalid
 forms on page.

 thanks 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