struts2 tile layout integrate to struts1 tile

2016-01-20 Thread Xu, Hui@DCSS
We already had Struts 1.1 project built over 10 years. I have to add Struts 2.3.24 sample code inside. The question is how to integrate struts2 tile layout to struts1? CONFIDENTIALITY NOTICE: This communication with its contents may contain confidential and/or legally privileged information. It

RE: Struts 1 & Struts 2 coexist question

2016-01-04 Thread Xu, Hui@DCSS
. How do we implement this in Struts 2? 2. If we create some new pages in Struts 2 and older pages use Struts 1, can Struts1 and Struts2 can share/pass session information between them? From: Xu, Hui@DCSS Sent: Monday, January 04, 2016 11:30 AM To: 'user@struts.apache.org' Subje

Struts 1 & Struts 2 coexist question

2016-01-04 Thread Xu, Hui@DCSS
We are planning to migrate our application written in Struts 1 to Struts 2. We want to have Struts 1 and Struts 2 coexist as we migrate our application. We have a few pages that need to share state. Currently this is implemented in Struts 1 by defining a conversation. How do we implement this in

Struts 1 migrate to Struts 2 question

2015-12-22 Thread Xu, Hui@DCSS
We are planning to migrate to Struts 2.3.24.1 from Struts 1.1. Here are our questions: We have large and complex case management application that uses struts and struts menu version 1.1. The application has over 1,000 pages many of which contain many data elements. The effort required to upg