Ajax form validation... i can't get it work!

2008-03-12 Thread Daniel Alonso

Sorry to disturb you again, guys, but i'm on a great problem. I have to
delivered a prototype of a brand new application at my work, and we try to
defense the idea of doing with wicket. The thing is that I must do a
validation form like this (exactly, the same).

http://wicketstuff.org/wicketdojo13/?wicket:bookmarkablePage=%3Aorg.wicketstuff.dojo.examples.validation.ValidationTestPageDisplayer
Example 

I have been testing this example, but the problem is that there is a bug
associated with my environment (wicket 1.3 and wicketDojo) and i can't get
this example working, because I get a
java.util.ConcurrentModificationException

May anybody give a short example of how to do the same, but in another way?
I'm in a hurry and it would be very appreciated...

Thanks in advance and sorry again.
-- 
View this message in context: 
http://www.nabble.com/Ajax-form-validation...-i-can%27t-get-it-work%21-tp15999612p15999612.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Ajax form validation... i can't get it work!

2008-03-12 Thread Erik van Oosten

Hi Daniel,

You should really read 
http://java.sun.com/j2se/1.5.0/docs/api/java/util/ConcurrentModificationException.html.


You'll find that you have some code that iterates over a collection, and 
within that iteration the collection is modified.


Regards,
   Erik.



Daniel Alonso wrote:

Sorry to disturb you again, guys, but i'm on a great problem. I have to
delivered a prototype of a brand new application at my work, and we try to
defense the idea of doing with wicket. The thing is that I must do a
validation form like this (exactly, the same).

http://wicketstuff.org/wicketdojo13/?wicket:bookmarkablePage=%3Aorg.wicketstuff.dojo.examples.validation.ValidationTestPageDisplayer
Example 


I have been testing this example, but the problem is that there is a bug
associated with my environment (wicket 1.3 and wicketDojo) and i can't get
this example working, because I get a
java.util.ConcurrentModificationException

May anybody give a short example of how to do the same, but in another way?
I'm in a hurry and it would be very appreciated...

Thanks in advance and sorry again.
  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]