Re: TilesPlugin of Struts2 is not loaded in existing Struts1 project

2020-09-09 Thread Natta Wang
https://struts.apache.org/plugins/tiles/ Read above link content and do follow the instruction. Just add those files and contents that instruction is defined. On 2020/09/07 06:53:28, Lukasz Lenart wrote: > śr., 2 wrz 2020 o 12:33 Natta Wang napisał(a): > > > > I'm doing

Re: Struts 1 -> Struts 2 migration session parameters not found

2020-09-02 Thread Natta Wang
Thanks to you guys. Now I succeed implement session parameters that I expected to appear in Struts2 action by implement with SessionAware. On 2020/08/27 18:31:20, Lukasz Lenart wrote: > czw., 27 sie 2020 o 13:17 Natta Wang napisał(a): > > > > I start to migrate from Struts 1

TilesPlugin of Struts2 is not loaded in existing Struts1 project

2020-09-02 Thread Natta Wang
I'm doing on migrating Struts1 to Struts2 and one of component is TilesPlugin of Struts1 version. I've read the instruction of Struts2 tiles-pluing implementation and follow those steps, but found it is not loaded the configure as I expected. Question is I need to know how to implement new vers

Struts 1 -> Struts 2 migration session parameters not found

2020-08-27 Thread Natta Wang
I start to migrate from Struts 1 to Struts 2 and found a problem that I want to ask for help with the session. In Struts 1 web.xml, I have a Filter class that maps to servlet and when it be called, it will set a parameter with an object. All Struts 1 JSP pages can access the session that has th