Problem with LookupDispatchAction and pressing ENTER in a text

2002-11-21 Thread JuanPedro . DeAndres
Pressing 'Enter' inside a text form, the form is submited, and the 'method' parameter that is the name of all my submit buttons, takes no value, and so the LookupDispatchAction fails Any solution? Thanks. Example -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Re: RE: Problem with LookupDispatchAction and pressing ENTER in a tex t

2002-11-21 Thread JuanPedro . DeAndres
Yes, but how I knows if it was a button or a text what send the submit event. And in case I know that it was a button, which one. html:submit property='method' onclick=doSomethind() doSomething /html:submit html:submit property='method' onClick=doOtherthing() doOtherThing /html:submit

validator works in jbuilder6 navigator but not with iexplorer, Netscape,,,,

2002-11-06 Thread JuanPedro . DeAndres
Can someone help me to find the problem. When I'm developing an application de navigator of jbuilder works OK, I can se it with the debuger realizing the validation inside an Action. Stopping in the same place with an external navigator validations fails, and do nothings. Any Idea? Thanks --

Re: validator works in jbuilder6 navigator but not with iexplorer, Netscape,,,,

2002-11-06 Thread JuanPedro . DeAndres
I have found the problem, it's with the value of locale. lenguage=es country= donĀ“t work --explorer lenguage=es country=ES does works. --- jbuilder How can I solve this problem? validator.java : if (hResources.containsKey(LOCALE_KEY)) { locale =

struts-validator.war doesn't work

2002-10-29 Thread JuanPedro . DeAndres
I'm using jakarta-struts-20021029, and trying struts-validator.war, it doesn,t works. I'm using Tomcat 4.1.10 Thanks for all Juan Pedro. -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

Re: Just one question. Does page works with DynaValidatorForm?

2002-09-10 Thread JuanPedro . DeAndres
I've done this and know it works with DynaValidatorForm, just taking the page value from the DynaForm and Setting it. This is the only solution I have found. public class MiDynaValidatorForm extends DynaValidatorForm { private static Log milog =

Problem with DynaValidatorForm y Page

2002-09-09 Thread JuanPedro . DeAndres
Hello all, I'm trying to use a DynaValidatorForm with multiples pages, but I do not get the page value to change. And the validation never happens. Any one can tell me what's wrong or say me where can I find an example. Thanks *.jsp html:form action='/pruDynamic.do' html:hidden property=page

Problem populating a select and maintain it after a validation Error

2002-07-24 Thread JuanPedro . DeAndres
I prepopulate a DynaValidatorForm whith an String[] to populate the options of a select. How can I maintain the values of the options after a validation Error. form-bean name=crearRangoForm type=org.apache.struts.validator.DynaValidatorForm form-property name=lista

Error using tiles and ForwardAction

2002-07-12 Thread JuanPedro . DeAndres
Hello everyboy, I am trying to use tiles with ForwardAction, and I have the next error, anyone knows whats the problem. Juan Pedro. javax.servlet.ServletException: Path crearRango does not start with a / character at