Re: Annotation validation setter level

2018-01-06 Thread Hedju Hor
Hi, use @VisitorFieldValidator 1. in Action-Class annotad gettter Method of the model with @VisitorFieldValidator 2. @EmailValidator on getter in Model Person.getEmail see https://depressedprogrammer.wordpress.com/2007/05/10/struts-2-validation-using-annotations/ Regards Hedju Hor On 2018-01-

Re: How to pass data from one Action class to another Action class?

2018-01-06 Thread Hedju Hor
Hi, redirect Action with parameters https://struts.apache.org/core-developers/redirect-action-result.html or use Session https://struts.apache.org/getting-started/http-session.html Regards Hedju Hor On 2018-01-06 08:03, Akash khare wrote: > first action class code > getRequest().setA