Re: Validation and simple theme

2008-07-01 Thread Jim Kiley
Try using a different theme, I forget offhand whether 'simple' or 'css_xhtml' does what you want but if one of them doesn't, they are remarkably easy to customize. jk On Tue, Jul 1, 2008 at 5:39 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Thanks. It solves my problems. > > I notice that *

Re: Validation and simple theme

2008-07-01 Thread [EMAIL PROTECTED]
Thanks. It solves my problems. I notice that *...* is actually replaced by *error message *in the code. Is there a way to let the tag only renders the error message instead of a list? Thanks. On Tue, Jul 1, 2008 at 4:25 PM, Lukasz Lenart <[EMAIL PROTECTED]> wrote: > > My validation works with

Re: Validation and simple theme

2008-07-01 Thread [EMAIL PROTECTED]
Thanks. Your solutions solve my problems. On Tue, Jul 1, 2008 at 4:25 PM, Lukasz Lenart <[EMAIL PROTECTED]> wrote: > > My validation works with "xhtml" them but doesn't work with "simple" > theme. > > Does struts2 validation framework NOT work with "simple" theme? > > What you mean "not work"? D

Re: Validation and simple theme

2008-07-01 Thread Lukasz Lenart
> My validation works with "xhtml" them but doesn't work with "simple" theme. > Does struts2 validation framework NOT work with "simple" theme? What you mean "not work"? Do you mean, you don't see error messages? If so use tag [1] or with param list for fields you want. [1] http://struts.apache

Validation and simple theme

2008-07-01 Thread [EMAIL PROTECTED]
Hi there, My validation works with "xhtml" them but doesn't work with "simple" theme. Does struts2 validation framework NOT work with "simple" theme? I don't like the layout by "xhtml" theme so I choose "simple" theme, but I don't want to lose the validation framework. Thanks.