Re: FW: [jira] [Comment Edited] (WW-4815) Migrating Struts 2.3.16.3 to 2.3.32

2017-07-22 Thread Yasser Zamani
I forgot to say about following block in MYStrutsPrepareFilter.java which is new and I added recently (so please copy the whole new MYStrutsPrepareFilter.java) : > if(null != actionContext) { > ValueStack stack = actionContext.getValueStack(); >

Re: FW: [jira] [Comment Edited] (WW-4815) Migrating Struts 2.3.16.3 to 2.3.32

2017-07-22 Thread Yasser Zamani
Sorry! My previous code has sent via my mobile which has a few typo errors because of issues with copy/pase :( Now, at my PC, I tested following configuration which works well :) 1. MYStrutsPrepareFilter.java * package me.zamani.yasser.ww_convention.u