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
Very limited information to comment But the first action forwards to the second action. The second action does not have input attribute (which is a tile/jsp or another action) -Original Message- From: José María Tristán [mailto:[EMAIL PROTECTED] Sent: 07 June 2006 15:02 To: 'Str

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 launch an actio