Re: Issues in Struts Migration from v2.2.1.1 to v2.3.34

2017-09-25 Thread Michael Smith
You are have a instead of on row 1 On 25 Sep 2017 11:39, "Palani, Sambasivam" wrote: > Hi Team, > > We are migrating our application from Struts v2.2.1.1 to Struts v2.3.34 to > fix the vulnerability issues. > > We followed below steps, > > 1. Replaced > > o

Re: Issues in Struts Migration from v2.2.1.1 to v2.3.34

2017-09-25 Thread Yasser Zamani
Hello Palani, I could not guess how that issue is related to Struts? Is that table or it's parent or parents generated by Struts? On 9/25/2017 1:29 PM, Palani, Sambasivam wrote: > Hi Team, > > We are migrating our application from Struts v2.2.1.1 to Struts v2.3.34 to > fix the vulnerability

Issues in Struts Migration from v2.2.1.1 to v2.3.34

2017-09-25 Thread Palani, Sambasivam
Hi Team, We are migrating our application from Struts v2.2.1.1 to Struts v2.3.34 to fix the vulnerability issues. We followed below steps, 1. Replaced o struts2-core-2.3.34.jar o struts2-tiles-plugin-2.3.34 o xwork-core-2.3.34 o all tiles-- 2.2.2 o Updated dependent

Re: Issues in Struts Migration from v2.2.1.1 to v2.3.34

2017-09-23 Thread Yasser Zamani
Hello Palani, I could not guess how that issue is related to Struts? Is that table or it's parent or parents generated by Struts? On 9/22/2017 6:58 PM, Palani, Sambasivam wrote: > Hi Team, > > We are migrating our application from Struts v2.2.1.1 to Struts v2.3.34 to > fix the vulnerability

Issues in Struts Migration from v2.2.1.1 to v2.3.34

2017-09-22 Thread Palani, Sambasivam
Hi Team, We are migrating our application from Struts v2.2.1.1 to Struts v2.3.34 to fix the vulnerability issues. We followed below steps, 1. Replaced o struts2-core-2.3.34.jar o struts2-tiles-plugin-2.3.34 o xwork-core-2.3.34 o all tiles-- 2.2.2 o Updated dependent

Re: Struts Migration

2015-02-12 Thread Christoph Nenning
From: Lilylove toshop lilylove2s...@yahoo.com.INVALID To: Eric Reed eric.r...@nysed.gov, Struts Users Mailing List user@struts.apache.org, Date: 11.02.2015 23:05 Subject: Re: Struts Migration Thanks Eric for a quick response!! On Wednesday, February 11, 2015 4:35 PM, Eric Reed

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

Re: Struts Migration

2015-02-11 Thread Lilylove toshop
@struts.apache.org Subject: Struts Migration 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

Re: Struts Migration

2015-02-11 Thread Lilylove toshop
: Wednesday, February 11, 2015 4:26 PM To: user@struts.apache.org Subject: Struts Migration 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

struts migration - ActionError Server Side

2007-03-22 Thread tom tom
Hi, How can I convert the following struts 1.x to struts 2.0.6. ActionError actionError = new ActionError(); ActionMessage actionMessage = new ActionMessage(error.test.error1); actionErrors.add(ActionErrors.GLOBAL_MESSAGE, actionMessage); above is in a action class and error.test.error1 is the

Re: struts migration - ActionError Server Side

2007-03-22 Thread Dave Newton
--- tom tom [EMAIL PROTECTED] wrote: ActionError actionError = new ActionError(); ActionMessage actionMessage = new ActionMessage(error.test.error1); actionErrors.add(ActionErrors.GLOBAL_MESSAGE, actionMessage);