Yes, the workflow interceptor handles programmatic validation. Unless you are talking about client side validation (since you mention the JSP), then I would suggest looking at jQuery Validate. (*Chris*)
On Mon, Aug 24, 2009 at 5:19 AM, Arthur Neves <arthu...@gmail.com> wrote: > Tks Chris, however I'm asking here because I'd like to know if there are > some way to make validations like in the JSF. Making validation directly in > JSP. If there isn't a similar way in Struts2, It will be cool to create! > Because in struts1, I've already had some problems with validation.xml, > like > in dynamic JSPs, or in JSPs that some fields can't be rendering. > > So, do we have this in Struts2? > > ..Regards. > > > 2009/8/24 Chris Pratt <thechrispr...@gmail.com> > > > Yes there is, but you'll need to ask that question over on the User list. > > This list is for the development of Struts itself. > > (*Chris*) > > > > On Sun, Aug 23, 2009 at 7:59 PM, Arthur Neves <arthu...@gmail.com> > wrote: > > > > > Is there any way to make validations on struts2 not through xml > > validation. > > > > > >