Re: Struts Migration

2015-02-11 Thread Lilylove toshop
Thanks Eric for a quick response!! On Wednesday, February 11, 2015 4:35 PM, Eric Reed wrote: Lily, They are two completely different technologies, similar in name only.  Upgrading a Struts 1 application to Struts 2 would be a total re-write for the most part. I would focus on sec

Re: Struts Migration

2015-02-11 Thread Lilylove toshop
Has anyone successfully migrate a Struts 1 application to Struts2? Thanks,Lily On Wednesday, February 11, 2015 4:35 PM, Eric Reed wrote: Lily, They are two completely different technologies, similar in name only.  Upgrading a Struts 1 application to Struts 2 would be a total re-wri

Struts Migration

2015-02-11 Thread Lilylove toshop
Dear all, I post these questions in this forum and hope that someone can help me.Is there a standard approach to upgrade java codes from struts1 to struts2?  How difficult is it? Thanks,Lily

[S2] How to change "Invalid field value for field" message in tr

2015-02-11 Thread Krunal Chavda
Create new file in same package where your action class is defined,."actionclassname.properties" and in that file use this "invalid.fieldvalue.FieldName=give msg for user".it is working also in my case it is working