Re: Struts2 and Validation issue

2011-02-16 Thread Michal Ciasnocha
Hi, the problem of validation through annotations is they are applied every time the action is called. You can try use method which you call from your form. For example, if you want to validate only execute method, write your own method with name validateExecute(). The principle is same for a

Struts2 and Validation issue

2011-02-16 Thread aum strut
Hi All, I am trying to user Validation framework with Struts2 but struck at a point,here are the details. I am developing a import service which includes various steps like 1) Showing number of import options 2) Showing number of elgible files for the import (Import type selected in step one)