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, instead of the original jsp page (main.jsp).
Is there anyway I can return to main.jsp when the validation failed? Thanks! Best Regards, Deep Blue