Re: struts2.0 question

2006-12-11 Thread Chris Pratt
You can use the serialver program that comes with the JDK to generate those values. (*Chris*) On 12/11/06, Christopher Goldman <[EMAIL PROTECTED]> wrote: On Tue, 2006-12-12 at 09:08 +0800, red phoenix wrote: > I have a question about Struts 2.0 Action,I find Action will extends > ActionSuppor

Re: struts2.0 question

2006-12-11 Thread Christopher Goldman
On Tue, 2006-12-12 at 09:08 +0800, red phoenix wrote: > I have a question about Struts 2.0 Action,I find Action will extends > ActionSupport,like follows: > public class GetUpdatedHangmanAction extends ActionSupport implements > SessionAware { > private static final long serialVersionUID = 5506025

struts2.0 question

2006-12-11 Thread red phoenix
I have a question about Struts 2.0 Action,I find Action will extends ActionSupport,like follows: public class GetUpdatedHangmanAction extends ActionSupport implements SessionAware { private static final long serialVersionUID = 5506025785406043027L; . I am puzzled with variable serialVersionU