On 3/27/07, Frank W. Zammetti <[EMAIL PROTECTED]> wrote:
Your saying that any S1 app using Tiles can't, based on your experience, be run with part of it being S2-based, in the same WAR? Could you describe more what the problems you encountered were?
If I had to guess I would say that the problems are mostly due to the fact that Struts 2 does not have support for Tiles 1. So you'll have to migrate to Tiles 2 at the same time. I can't imagine there being huge incompatibilities between Tiles 1 and 2 that would keep them from running together in the same app, but it's certainly possible. The biggest struggle would likely be the taglib API differences between Tiles 1 and 2. Greg