is it because of the simple theam? In simple theam validations dont happen
is it? if i dont use simple theme view components are generating their own
decoration. Our custom alignment is going wrong.

*Thanks and Regards,*
Muralidhar Yaragalla.

*http://yaragalla.blogspot.in/ <http://yaragalla.blogspot.in/>*

On Thu, Dec 25, 2014 at 5:05 PM, Dave Newton <davelnew...@gmail.com> wrote:

> Simple theme is simpler than you think.
> On Dec 25, 2014 4:46 AM, "Yaragalla Muralidhar" <yaragallamur...@gmail.com
> >
> wrote:
>
> > I am using struts2.3.20 and using simple theme.
> >
> > *Thanks and Regards,*
> > Muralidhar Yaragalla.
> >
> > *http://yaragalla.blogspot.in/ <http://yaragalla.blogspot.in/>*
> >
> > On Thu, Dec 25, 2014 at 4:08 PM, Yaragalla Muralidhar <
> > yaragallamur...@gmail.com> wrote:
> >
> > > Hi i am having problem in turning on validations. I have written
> > > "actionClass-validation.xml" file in the same package as action class.
> > but
> > > the validations are not working. the following is my validation xml
> file.
> > >
> > > <!DOCTYPE validators PUBLIC "-//Apache Struts//XWork Validator
> 1.0.3//EN"
> > >         "http://struts.apache.org/dtds/xwork-validator-1.0.3.dtd";>
> > > <validators>
> > >
> > > <field name="primaryDetails.branchId">
> > >      <field-validator type="required">
> > >        <message key="error.additional.details.passport.no">Could not
> > find
> > > error.additional.details.passport.no!</message>
> > >      </field-validator>
> > >      <field-validator type="regex">
> > >           <param name="regex"><![CDATA[[1-9]{0,40}]]></param>
> > >        <message key="error.additional.details.pancard.no">Could not
> find
> > > error.additional.details.pancard.no</message>
> > >      </field-validator>
> > > </field>
> > >  <field name="primaryDetails.patientName">
> > >      <field-validator type="required">
> > >        <message key="error.additional.details.passport.no">Could not
> > find
> > > error.additional.details.passport.no!</message>
> > >      </field-validator>
> > >
> > > </field>
> > >
> > > </validators>
> > >
> > > do i have to do something else to turn on validations?
> > >
> > >
> > > *Thanks and Regards,*
> > > Muralidhar Yaragalla.
> > >
> > > *http://yaragalla.blogspot.in/ <http://yaragalla.blogspot.in/>*
> > >
> >
>

Reply via email to