Re: Using tiles and validator framework

2006-12-07 Thread Deep Blue
Hi, But it is a component (or portlet) in my main.jsp page. The poll may appear in any jsp page, so I cannot specify a fixed page to forward inside struts-config.xml. Thanks for your answer! Best Regards, Guang Sheng On 12/7/06, Niall Pemberton <[EMAIL PROTECTED]> wrote: On 12/5/06, Deep Bl

Re: Using tiles and validator framework

2006-12-07 Thread Niall Pemberton
On 12/5/06, Deep Blue <[EMAIL PROTECTED]> wrote: Hi, I'm using tiles component in my .jsp page (eg. main.jsp). It is a poll component, which user can submit the vote. Commons validator framework is used to validate the poll submission. When the validation failed on the tiles component, the tiles

Using tiles and validator framework

2006-12-05 Thread Deep Blue
Hi, I'm using tiles component in my .jsp page (eg. main.jsp). It is a poll component, which user can submit the vote. Commons validator framework is used to validate the poll submission. When the validation failed on the tiles component, the tiles component's jsp (e.g. poll.jsp) is showed, instea

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

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

Tiles and Validator Framework

2006-02-28 Thread Shiby Maria John
Hi, 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?? Regards, Shiby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Tiles and Validator

2006-02-27 Thread Shiby Maria John
Sent by: newsSubject: 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

Tiles and Validator

2006-02-27 Thread Shiby Maria John
Hi, 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?? Please help me . regards, Shiby --

[ANNOUNCE] Struts articles on Tiles and Validator

2004-06-03 Thread James Holmes
I've recently had a couple of Struts articles published in Oracle Magazine that cover Tiles and Validator. The articles provide a nice introduction to getting started with Tiles and Validator and are perfect for someone wanting to understand how the two popular Struts extensions work. Her