Re: [S2] adding serialVersionUID to actions

2008-07-02 Thread Laurie Harper
Gabriel Belingueres wrote: Hi, Is there any value in adding the serialVersionUID to all our actions? My idea is just to add a @SupressWarning("serial") to each action. AFAIK, the actions are newly created in each request and are never put into session or application scope (by Struts itself at l

[S2] adding serialVersionUID to actions

2008-06-30 Thread Gabriel Belingueres
Hi, Is there any value in adding the serialVersionUID to all our actions? My idea is just to add a @SupressWarning("serial") to each action. AFAIK, the actions are newly created in each request and are never put into session or application scope (by Struts itself at least). Any ideas of why the