Re: Upgrading Struts 2.2.3 to 2.3.34

2017-10-13 Thread Ej Magdaluyo
@1726786004 - /TestApp/jsp/ Wrote cookie: JSESSIONID=FKGMZg4Hb34THT5ThzTvvd0TWwmQ6b tMk2pKG9XZhZmxgvxn0x3D!-324399909; path=/; HttpOnly> wrote: > 2017-10-13 11:17 GMT+02:00 Ej Magdaluyo <ejmagdal...@gmail.com>: > > Upon checking our application, most of the functionalities seem

Re: Upgrading Struts 2.2.3 to 2.3.34

2017-10-12 Thread Ej Magdaluyo
I am missing an additional import here? On Thu, Oct 12, 2017 at 4:59 PM, Ej Magdaluyo <ejmagdal...@gmail.com> wrote: > Hi Yasser, Lukasz, > > Thank you for the information. I will look into the code and will let you > know. > > Here is the list of the JAR files: > a

Re: Upgrading Struts 2.2.3 to 2.3.34

2017-10-12 Thread Ej Magdaluyo
. Thanks! On Thu, Oct 12, 2017 at 3:36 PM, Lukasz Lenart <lukaszlen...@apache.org> wrote: > 2017-10-12 3:55 GMT+02:00 Ej Magdaluyo <ejmagdal...@gmail.com>: > > No result defined for action com.MyRequestAction and result fileSizeError > > Can you post your action & re

Re: Upgrading Struts 2.2.3 to 2.3.34

2017-10-12 Thread Ej Magdaluyo
-freemarker-2.2.2.jar tiles-jsp-2.2.2.jar tiles-ognl-2.2.2.jar tiles-request-servlet-1.0.1.jar tiles-servlet-2.2.2.jar tiles-template-2.2.2.jar xercesImpl.jar xwork-core-2.3.34.jar On Thu, Oct 12, 2017 at 4:36 PM, Lukasz Lenart <lukaszlen...@apache.org> wrote: > 2017-10-12 10:14 GMT

Re: Upgrading Struts 2.2.3 to 2.3.34

2017-10-12 Thread Ej Magdaluyo
this. We have a fileSizeError jsp being called in another part of struts.xml: popupreview.jsp fileSizeError.jsp Jar files used: [image: Inline image 1] [image: Inline image 2] On Thu, Oct 12, 2017 at 4:01 PM, Lukasz Lenart <lukaszlen...@apache.org> wrote: > 2017-10-12 9:44 GMT+02:00 Ej

Re: Upgrading Struts 2.2.3 to 2.3.34

2017-10-13 Thread Ej Magdaluyo
Hi Yasser, Lukasz, This is to confirm that the issue with fileSizeError was fixed through Yasser's suggestion :) Upon checking our application, most of the functionalities seem to be working now, except for one page which throws an Error403-- Forbidden error. We are not able to retrieve any

Upgrading Struts 2.2.3 to 2.3.34

2017-10-11 Thread Ej Magdaluyo
We are currently attempting to migrate our application from Struts 2.2.3 to 2.3.34. However, we are currently facing issues with the migration. Here are the steps that we have already performed. 1. Replaced necessary JAR files & required dependencies. 2. Changed DTD in struts.xml 3. Changed

Upgrading Struts 2.2.3 to 2.3.34

2017-10-12 Thread Ej Magdaluyo
We are currently attempting to migrate our application from Struts 2.2.3 to 2.3.34. However, we are currently facing issues with the migration. Here are the steps that we have already performed. 1. Replaced necessary JAR files & required dependencies. 2. Changed DTD in struts.xml 3. Changed

Re: Upgrading Struts 2.2.3 to 2.3.34

2017-10-12 Thread Ej Magdaluyo
(ExecuteThread.java:221) On Thu, Oct 12, 2017 at 2:56 PM, Yasser Zamani <yasser.zam...@live.com> wrote: > > > On 10/12/2017 8:48 AM, Ej Magdaluyo wrote: > > No result defined for action com.MyRequestAction and result fileSizeError > > Could you please pos

Re: Upgrading Struts 2.2.3 to 2.3.34

2017-10-24 Thread Ej Magdaluyo
e the help. Thanks! On Sat, Oct 14, 2017 at 2:24 PM, Yasser Zamani <yasser.zam...@live.com> wrote: > > > On 10/13/2017 12:47 PM, Ej Magdaluyo wrote: > > > *"com.MyRequestAction"*> > > > > /viewMyRequest.jsp > > > > > > I have no

Re: Upgrading Struts 2.2.3 to 2.3.34

2017-11-03 Thread Ej Magdaluyo
tribute("ViewReqDetails"); java.util.List classficationList = ViewReqDetails.getClassficationList(); This seemed to do the trick and we are now able to fetch all the values correctly. Thank you Yasser and Lukasz for all your help. This would not have been possible without your assistance. Regards,

Re: Upgrading Struts 2.2.3 to 2.3.34

2017-10-30 Thread Ej Magdaluyo
I am not sure where in struts/tiles update caused the passing of request attributes to change though, but I am guessing that is what caused this. Thanks! On Fri, Oct 27, 2017 at 9:47 PM, Lukasz Lenart <lukaszlen...@apache.org> wrote: > 2017-10-27 14:34 GMT+02:00 Ej Magdaluyo <ejmag

Re: Upgrading Struts 2.2.3 to 2.3.34

2017-10-25 Thread Ej Magdaluyo
<yasser.zam...@live.com> wrote: > > > On 10/25/2017 12:41 PM, Ej Magdaluyo wrote: > > it still returns a > > 403 error with the new jsp file > > I remember you use WebLogic. Please enable it's debug logging and > examine it's output (search viewMyRequest and see a

Re: Upgrading Struts 2.2.3 to 2.3.34

2017-10-25 Thread Ej Magdaluyo
Hi Yasser, Upon doing your suggestion, the simple string appeared without any issues. Thanks. On Wed, Oct 25, 2017 at 10:14 PM, Yasser Zamani <yasser.zam...@live.com> wrote: > > > On 10/25/2017 5:32 PM, Ej Magdaluyo wrote: > > This is a really difficult issue to trou

Re: Upgrading Struts 2.2.3 to 2.3.34

2017-10-25 Thread Ej Magdaluyo
s to the java files, so we are unsure why it is returning a 403 forbidden. Would you have any ideas? Thanks. On Wed, Oct 25, 2017 at 10:32 PM, Ej Magdaluyo <ejmagdal...@gmail.com> wrote: > Hi Yasser, > > Upon doing your suggestion, the simple string appeared without any issues. >

Re: Upgrading Struts 2.2.3 to 2.3.34

2017-10-26 Thread Ej Magdaluyo
. On Thu, Oct 26, 2017 at 2:56 AM, Lukasz Lenart <lukaszlen...@apache.org> wrote: > 2017-10-25 18:50 GMT+02:00 Ej Magdaluyo <ejmagdal...@gmail.com>: > > We did not change anything with regards to the java files, so we are > unsure > > why it is returning a 403 forbidden. W

Re: Upgrading Struts 2.2.3 to 2.3.34

2017-10-24 Thread Ej Magdaluyo
post-migration. Unfortunately, I checked the logs and there were no notable exceptions related to this- just a plain 403 error. Thanks. On Tue, Oct 24, 2017 at 10:33 PM, Yasser Zamani <yasser.zam...@live.com> wrote: > > > On 10/24/2017 4:21 PM, Ej Magdaluyo wrote: > > is it

Re: Upgrading Struts 2.2.3 to 2.3.34

2017-10-24 Thread Ej Magdaluyo
l:lang="en" lang="en"> Thanks! On Tue, Oct 24, 2017 at 10:47 PM, Yasser Zamani <yasser.zam...@live.com> wrote: > > > On 10/24/2017 6:11 PM, Ej Magdaluyo wrote: > > Unfortunately, we are getting the 403 error using that as well. I am not >

Re: Upgrading Struts 2.2.3 to 2.3.34

2017-10-25 Thread Ej Magdaluyo
to do with the java files we are importing? Thanks. On Wed, Oct 25, 2017 at 2:04 AM, Yasser Zamani <yasser.zam...@live.com> wrote: > > > On 10/24/2017 7:35 PM, Ej Magdaluyo wrote: > > It seems that the viewMyRequest.jsp is the only one with the issue. Would > > you h

Re: Upgrading Struts 2.2.3 to 2.3.34

2017-10-27 Thread Ej Magdaluyo
em.out.println(ViewReqDetailsVO) next to the above > > What logic/code do you use to put that attribute in the Request? > > > Regards > -- > Ɓukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > 2017-10-27 14:17 GMT+02:00 Ej Magdaluyo <ejmagdal...@gmail.com>:

Re: Upgrading Struts 2.2.3 to 2.3.34

2017-10-27 Thread Ej Magdaluyo
in interpreting these? Thanks! On Thu, Oct 26, 2017 at 6:20 PM, Yasser Zamani <yasser.zam...@live.com> wrote: > > > On 10/26/2017 12:11 PM, Ej Magdaluyo wrote: > > Thanks for all your input. After narrowing it down, the 403 forbidden is > > caused by these lines: > >