Re: struts tiles and validator framework

2006-11-07 Thread Antonio Petrelli
Madhav Bhargava ha scritto: Let me elaborate my problem and the reason i have posted this to this list: I am using tiles with JSF. So i have just one layout.jsp. This file has the tag and other JSP's just get inserted into the respective place holders. All of this works just fine. The probl

Re: struts tiles and validator framework

2006-11-07 Thread Madhav Bhargava
Let me elaborate my problem and the reason i have posted this to this list: I am using tiles with JSF. So i have just one layout.jsp. This file has the tag and other JSP's just get inserted into the respective place holders. All of this works just fine. The problem comes when i am trying to use

Re: struts tiles and validator framework

2006-11-06 Thread Antonio Petrelli
Madhav Bhargava ha scritto: Since i am using struts tiles there is always going to be one form. How can i then use these 2 together? Wait a moment, what's the connection between Tiles and the use of only one form? That's not true. Probably you wanted to say that you have one form and the fiel

struts tiles and validator framework

2006-11-06 Thread Madhav Bhargava
Hi All, I am using struts tiles for laying out all the pages. I am wondering how i can use struts client validator framework with struts tiles. The validation.xml file requires form name and then within the form tag we define the individual fields along with the respective validations. Since i a