Re: Unable to display the jsp - 404 Resource not found

2025-02-12 Thread
Hi Mahabir I have try your repository You better use Control tools like Maven or gradle Cause the settings actually not get resources like struts.xml or log4j in Eclipse IDE But even I set resources in Deployment Assembly still have other problem Best regards Mahabir Gupta 於 2025年2月12日 週三 下午8:56

Re: Facings issues while migrating from Struts 2.5.x to 6.7

2025-02-04 Thread
There are multi issue you need to solve in WAS 8.5 1.downgrade freemarker to 2.3.32 2.remove old tiles dependecies like tiles-core ,tiles-ognl... 3.add any missing dependency if the error happened(Jackson xml in my situation) 3.clean jsp cache if the error is CannotRenderException Best regards Mu

When 6.x version reach EOL ?

2024-12-25 Thread
Hi all, Is there a planned date for when version 6.x will reach EOL, or has it already been discontinued ?

Re: Tiles errors in Struts versions > 6.3.0.2

2024-10-01 Thread
There is a bug cause the error you get at 6.4.0 https://issues.apache.org/jira/plugins/servlet/mobile#issue/WW-5419 You can set init param at web.xml or change where you store tiles.xml to fix issue if you want to use 6.4.0 But Im not sure what cause you get error at 6.6.0 You might need turn

Re: The different output with Date whether the Http request have application/json

2023-12-04 Thread
believe which is reason why change my default date format string into millionseconds and all other ContentTypeHandlers may also cause issue due to also use jacksion lib Is this some kinds of Feature or Bug? If this is bug can someone help me report this issue? 哈哈哈哈 於 2023年12月4日 週一 下午8:58寫道: > &

Re: The different output with Date whether the Http request have application/json

2023-12-04 Thread
d value to Struts constant > "struts.json.dateformat" and see if any change happens? Or try > https://stackoverflow.com/a/59471917? > > Regards, > Yasser > > > > From: > Sent: Saturday, December 2, 2023 4:21 PM > To: user@st

The different output with Date whether the Http request have application/json

2023-12-02 Thread
Hi all: I am new of use struts framework , and when I have a request with no application/json to my app which use Struts framework having json plugin , The Date Object return is something like “2015-05-04T10:08:15+00:00” which is RFC 3339 format , Its fine . But when I have request with heade