Re: [S2] Problem of validation with a select in my form

2007-08-06 Thread mleneveut
true > > > > > > > > > Laurie Harper <[EMAIL PROTECTED]> > Envoyé par : news <[EMAIL PROTECTED]> > 04/08/2007 00:50 > Veuillez répondre à > "Struts Users Mailing List" > > > A > user

Re: [S2] Problem of validation with a select in my form

2007-08-05 Thread MLENEVEUT
t Re: [S2] Problem of validation with a select in my form Sounds like an error in your validation rules, which you haven't listed, or possibly a result of whatever your Change() JavaScript function is doing. Without seeing all the pieces, it's difficult to diagnose. L. [EMAIL PR

Re: [S2] Problem of validation with a select in my form

2007-08-03 Thread Laurie Harper
Sounds like an error in your validation rules, which you haven't listed, or possibly a result of whatever your Change() JavaScript function is doing. Without seeing all the pieces, it's difficult to diagnose. L. [EMAIL PROTECTED] wrote: Hi, I have a select list in my form, and when I submit

[S2] Problem of validation with a select in my form

2007-08-03 Thread MLENEVEUT
Hi, I have a select list in my form, and when I submit the form, the javascript client validation passes, but the server validation failed. It comes back to my JSP with the "required field" error message. The weird thing is that in my action the field is well filled (I put a breakpoint in an e