Re: log.debug not showing on console

2017-10-30 Thread Yasser Zamani
On 10/30/2017 5:45 PM, ravirajmishr...@gmail.com wrote: > > > > > > I think this is the cause and you should rewrite like below additivity="true"> However, it is bett

Re: Upgrading Struts 2.2.3 to 2.3.34

2017-10-30 Thread Yasser Zamani
On 10/30/2017 7:06 PM, Ej Magdaluyo wrote: > viewMyRequest.jsp: > > ViewReqDetailsVO ViewReqDetails = > (ViewReqDetailsVO)request.getAttribute("ViewReqDetails"); > java.util.List classficationList = ViewReqDetails.getClassficationList(); > > A null value is being returned here, which is most li

log.debug not showing on console

2017-10-30 Thread ravirajmishr...@gmail.com
Hello, I have upgraded my log4j to log4j2. I have created a log4j2.xml file My system is working perfectly but i am not able see the log.debug(); written in my code on console. I am pasting my log4j2.xml file. Please help me to figure out the issue in it. thanks in advance ---

Re: Upgrading Struts 2.2.3 to 2.3.34

2017-10-30 Thread Ej Magdaluyo
Hi Lukasz, Unfortunately, the coding conventions in our application are not up to today's standards. We were given this old application to work on hence some of the conventions (such as scriplets) are not ideal. This is the supposed flow: struts.xml: /jsp/viewMyRequest.jsp method viewMyRequ