Combo Selection

2006-04-26 Thread Marisol Opreni
t show the previously country selected by the user... therefore he has to selected again. How can I prevent this? THANKS! Marisol. -Mensaje original- De: Marisol Opreni [mailto:[EMAIL PROTECTED] Enviado el: 25. april 2006 16:53 Para: 'Struts Users Mailing List' Asunto: RV: Co

RE: email validation

2006-04-26 Thread Marisol Opreni
This doesn't work... Any ideas? THANKS! mask [EMAIL PROTECTED] -Mensaje original- De: Dave Newton [mailto:[EMAIL PROTECTED] Enviado el: MiƩrcoles, 26 de Abril de 2006 01:38 p.m. Para: Struts Users Mailing List Asunto: Re:

RE: email validation

2006-04-26 Thread Marisol Opreni
the mask validation and specify your own regular expression for what you consider to be a valid email address. HTH, Bart. Marisol Opreni wrote: > Hi! > > I'm using validating email address with the Struts Valdator Framework. > > An email can only have " . ", "

email validation

2006-04-26 Thread Marisol Opreni
Hi! I'm using validating email address with the Struts Valdator Framework. An email can only have " . ", " - ", " _ ", " @ " characters. But an "=" character isn't validated. I'm saying. a [EMAIL PROTECTED] is VALID mail. How can I validate this??? THANKS! Marisol

RV: Combo Selection Missed

2006-04-25 Thread Marisol Opreni
Can anybody help me? THANKS!! Marisol. _ De: Marisol Opreni [mailto:[EMAIL PROTECTED] Enviado el: Martes, 25 de Abril de 2006 03:52 p.m. Para: 'Struts Users Mailing List' Asunto: Combo Selection Missed Hi! I have textboxes and a drop down list. The first va

Combo Selection Missed

2006-04-25 Thread Marisol Opreni
Hi! I have textboxes and a drop down list. The first value is the default value selected in the combo. I complete the textboxes and select something from the combo (suppose, the 3rd value). I validate textboxes. If a validation message is shown... the selection in the combo IS MISSED. it

RE: Mask validation

2006-04-25 Thread Marisol Opreni
include the maxlength validation on that field. Something like this: maxlength 8 mask ^[a-zA-Z0-9\]*$ Daniel -Original Message- From: Marisol Opreni [mailto:[EMAIL PROTECTED

RE: Mask validation

2006-04-25 Thread Marisol Opreni
8 (as dictated by the minlength) and no more than 8 (as dictated by the maxlength on the input box). Does that do what you are looking for? Daniel -Original Message- From: Marisol Opreni [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 25, 2006 7:40 AM To: 'Struts Users Mailing Lis

RE: Mask validation

2006-04-25 Thread Marisol Opreni
maxlength validation on that field. Something like this: maxlength 8 mask ^[a-zA-Z0-9\]*$ Daniel -Original Message- From: Marisol Opreni [mailto:[EMAIL PROTECTED] Sent

Mask validation

2006-04-25 Thread Marisol Opreni
Hi. How can I specify a mask with letters, underscores and numbers with only 8 charaters in total? Something like this? [a-zA-Z0-9]{8}$ Thanks! Marisol.

Missing application web.xml

2006-03-27 Thread Marisol Opreni
Hi! When I startup Tomcat it says: INFO: Missing application web.xml, using defaults only StandardEngine[Catalina].StandardHost[localhost].StandardContext[/adss.licen sing.core] My web.xml is in WEB-INF folder. What am I doing wrong?? Tanx! Marisol. --