Re: Struts2 Validaions

2008-02-13 Thread Martin Castellanos
sed submit errors were added. That's how I ended up implementing Preparable to clearErrorsAndMessages(). I'd appreciate any help. Thanks On Wed, Feb 13, 2008 at 9:45 AM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- Martin Castellanos <[EMAIL PROTECTED]> wrote: > &g

Re: Struts2 Validaions

2008-02-13 Thread Martin Castellanos
-------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Martin Castellanos

Re: Struts 2. Validation Issue

2008-02-03 Thread Martin Castellanos
Thanks, I extended DefaultActionSupport and now it's working On Feb 3, 2008 12:47 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- Martin Castellanos <[EMAIL PROTECTED]> wrote: > > Oh, it's just a regular bean, doesn't implements or extends anything >

Re: Struts 2. Validation Issue

2008-02-03 Thread Martin Castellanos
Oh, it's just a regular bean, doesn't implements or extends anything On Feb 3, 2008 12:32 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- Martin Castellanos <[EMAIL PROTECTED]> wrote: > > Action Class is: com.maca.web.BookAction > > Validation file is placed

Re: Struts 2. Validation Issue

2008-02-03 Thread Martin Castellanos
ull > > ERROR [http-8084-4] (DelegatingValidatorContext.java:279) - Validation > > error > > for book.book.description:Book description is required > > DEBUG [http-8084-4] (DefaultActionInvocation.java:383) - Executing > action > > method = save > > > > > > This is a snippet from my struts.xml > > > > > > > > > > > > > > > > list.jsp > > > > > > list > > input.jsp > > > > > > list > > input.jsp > > > > > > list > > input.jsp > > > > > > > > list > > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Martin Castellanos

Struts 2. Validation Issue

2008-02-03 Thread Martin Castellanos
input.jsp list input.jsp *** list input.jsp * list Regards -- Martin Castellanos