In struts2, after click on submit, the Java object will initialize again and it;s based on the field of the form. For those which did not exist in the form will set to null or empty. Am i am correct ?
IF like that, some resources suggest me to implement the scope interceptor. But, i nid to write in annotation since i implement wf ejb 3.0. What is the correct syntax to declare the scope interceptor using the annotation ?
Thanks