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