Re: action does not declare serialversionuid warning

2009-07-23 Thread anand nandu
I think i got why it makes sense to add that extra line in my action. Appreciate ur time for explaining that -- View this message in context: http://www.nabble.com/action-does-not-declare-serialversionuid-warning-tp24629700p24631992.html Sent from the Struts - User mailing list archive at Nabbl

RE: action does not declare serialversionuid warning

2009-07-23 Thread anand nandu
"Adding that to your action classes would help to eliminate user sessions loosing state in between servletcontext restarts." I really didnt understand what exactly this means... You are talking abt the form fields parameters in jsp? -- View this message in context: http://www.nabble.com/action-

action does not declare serialversionuid warning

2009-07-23 Thread anand nandu
when Action extends Action Support i get a warning action does not declare serialversionuid. Please excuse my ignorance if this was basic questions... 1) what is advantage of declaring serialversionuid in action class? 2) when does the action class gets serialized.Even in Clustered Environment

action does not declare serialversionuid warning

2009-07-23 Thread anand nandu
when Action extends Action Support i get a warning action does not declare serialversionuid. Please excuse my ignorance if this was basic questions... 1) what is advantage of declaring serialversionuid in action class? 2) when does the action class gets serialized.Even in Clustered Environment

Avoiding param in URL when action-redirect....

2009-07-10 Thread anand nandu
I have a mapping like this. dispAcctTypePage ${accBean.zipCode} But the param come in url which is a security risk. please help how to eliminate param in browser URL. -- View this message in context: http://www.nabble.com/Avoiding-param-in-URL-when-action-redirect-tp24431097p24431097.htm