RE: Problem in a action

2006-06-07 Thread José María Tristán
Hello; Yes, it's ok. I'm want use validate of struts because i thinking that it's a good idea and don't causes problems. Thank you very much. -Mensaje original- De: starki78 [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 07 de junio de 2006 16:21 Para: user Asunt

Re: Problem in a action

2006-06-07 Thread Leon Rosenberg
I think you're are missing the input param: scope="session" validate="true" --> input="NameOfTheJSPTheFormisIn.jsp"<-- > path="/tiles/pages/coffeenet/SeguimientoComercial/SolicitarSeguimientoComerc ial.jsp" /> regards Leon On 6/7/06, José María Tristán <[EMAIL PROTEC

RE: Problem in a action

2006-06-07 Thread manoj.tripathi
: 'Struts Users Mailing List' Subject: Problem in a action Hi: I have an error when i try launch an action of struts: No input attribute for mapping path /coffeenet/SeguimientoComercial/IndexSeguiComer The struts-

Re: Problem in a action

2006-06-07 Thread The Jasper
Validate requires an input attribute in order to know what page to return to when validation fails. mvg, Jasper On 6/7/06, José María Tristán <[EMAIL PROTECTED]> wrote: Hi: I have an error when i try launch an action of struts: No input attribute for mapping path /cof

RE: Problem in a action

2006-06-07 Thread Samere, Adam J
Looks like your form is failing validation, and you do not have an input attribute on your action element. mailto:[EMAIL PROTECTED] Sent: Wednesday, June 07, 2006 10:02 AM To: 'Struts Users Mailing List' Subject: Problem in a action Hi: I have an error when i try

Problem in a action

2006-06-07 Thread José María Tristán
Hi: I have an error when i try launch an action of struts: No input attribute for mapping path /coffeenet/SeguimientoComercial/IndexSeguiComer The struts-config.xml: The best of it is th