Hi everyone,
My problems is in a Struts2 action, where
I have a class :
public class MyAction<T> extends ActionSupport
with a private member like this :
private T myData;
And I would like to declare this aciton in the struts.xml file, how can i manage to do so ?
Thanks for the answer.
Ps : I've tried without declaration of T, but it did not work