Re: Tiles and Validator Framework

2006-02-28 Thread Shiby Maria John
<[EMAIL PROTECTED]To: Struts Users Mailing List com> cc:

Re: Tiles and Validator Framework

2006-02-28 Thread Dave Newton
Shiby Maria John wrote: > Anyone has an answer to my problem ?? > > I want to use both Tiles and Validator in my application. > Any tips why it is not working for me?? > I use Tiles and the validation framework all the time with no problems. Dave

Re: Tiles and Validator

2006-02-27 Thread Shiby Maria John
Sent by: news Subject: Re: Tiles and Validator <[EMAIL PROTECTED]

Re: Tiles and Validator

2006-02-27 Thread Laurie Harper
Shiby Maria John wrote: I have a tiles application. I tried to introduce validator framework into it for validations. But it is not working. If i change the tiles to make a single jsp page, the validator worked. Will the both not work together?? Tiles and validator will work together fine. What