Re: Validation problem - OnError event everytime I submit

2011-08-03 Thread phaedoland

Hi!!

Everything related to the Panel was okay. The only thing that happened in
this case was, we had the  override the cleanupFeedbackMessages() method
overriden in our own Session class, and did not call the
super.cleanupFeedbackMessages(). 

Everything is fine, now. This situation was driving me crazy.

Thanks for your reply, Jeremy. I really appreciate.

Cheers,

Daniel.



jer...@wickettraining.com wrote:
 
 Are you adding the feedback panel to the ajax request target in,both
 onSubmit and onError?  If so, it should tell you what error is making you
 get to the onError method.
  On 2011 7 27 21:50, phaedoland lt;phaedol...@gmail.comgt; wrote:
 Hello everyone,

 I'm a newbie using this wicket framework. I'm developing a user
 registration
 form, which works quite fine. But when it comes to validate certain
 fields,
 there is no way to have this form behaving as I wish.

 My textfields are simple *TextFieldString* and some of them have the
 *setRequired *set to true. I also have an *AjaxButton *which submits the
 form. To show the validation messages, I use the *FeedbackPanel*, but I
 want
 to show a message next to each invalid field.

 This button has the the *onSubmit *and *onError *methods overriden.

 The thing is, once I submit the form and there is a validation error,
 even
 if I fulfill all the fields, I get the same error. (onError method is
 always
 called).

 Please, could you help me?

 Thank you very much.

 Daniel.


 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/Validation-problem-OnError-event-everytime-I-submit-tp3696379p3696379.html
 Sent from the Users forum mailing list archive at Nabble.com.

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

 


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Validation-problem-OnError-event-everytime-I-submit-tp3696379p3716491.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Validation problem - OnError event everytime I submit

2011-07-27 Thread phaedoland
Hello everyone,

I'm a newbie using this wicket framework. I'm developing a user registration
form, which works quite fine. But when it comes to validate certain fields,
there is no way to have this form behaving as I wish.

My textfields are simple *TextFieldString* and some of them have the
*setRequired *set to true. I also have an *AjaxButton *which submits the
form. To show the validation messages, I use the *FeedbackPanel*, but I want
to show a message next to each invalid field.

This button has the the *onSubmit *and *onError *methods overriden.

The thing is, once I submit the form and there is a validation error, even
if I fulfill all the fields, I get the same error. (onError method is always
called). 

Please, could you help me?

Thank you very much.

Daniel.


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Validation-problem-OnError-event-everytime-I-submit-tp3696379p3696379.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: Validation problem - OnError event everytime I submit

2011-07-27 Thread Jeremy Thomerson
Are you adding the feedback panel to the ajax request target in,both
onSubmit and onError?  If so, it should tell you what error is making you
get to the onError method.
 On 2011 7 27 21:50, phaedoland phaedol...@gmail.com wrote:
 Hello everyone,

 I'm a newbie using this wicket framework. I'm developing a user
registration
 form, which works quite fine. But when it comes to validate certain
fields,
 there is no way to have this form behaving as I wish.

 My textfields are simple *TextFieldString* and some of them have the
 *setRequired *set to true. I also have an *AjaxButton *which submits the
 form. To show the validation messages, I use the *FeedbackPanel*, but I
want
 to show a message next to each invalid field.

 This button has the the *onSubmit *and *onError *methods overriden.

 The thing is, once I submit the form and there is a validation error, even
 if I fulfill all the fields, I get the same error. (onError method is
always
 called).

 Please, could you help me?

 Thank you very much.

 Daniel.


 --
 View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Validation-problem-OnError-event-everytime-I-submit-tp3696379p3696379.html
 Sent from the Users forum mailing list archive at Nabble.com.

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