Re: return Action.LoginAction;

2013-05-15 Thread Dave Newton
gt;i follow the example from the web to use 'Action.x' (xxx is actual > action name), but the compile report the following error > > > cannot find symbol > symbol : variable Action > location: class SecurityVerifySessionIntercepter > return Action.LoginAct

return Action.LoginAction;

2013-05-15 Thread john lee
for struts 2,      i follow the example from the web to use 'Action.x'  (xxx is actual action name), but the compile report the following error cannot find symbol symbol  : variable Action location: class SecurityVerifySessionIntercepter       return Action.LoginAction