Re: [Struts 1.2.9 & Tiles] dynamically switch between two layout

2007-05-09 Thread Antonio Petrelli
2007/5/9, CARUANA JP. SOGECAP <[EMAIL PROTECTED]>: > > I need to switch between to tiles layout depending on the context. > > I think that cleanest way to do it is creating a DefinitionsFactory > implementation. You can read a configuration parameter that > allows to switch > between a group

RE: [Struts 1.2.9 & Tiles] dynamically switch between two layout

2007-05-09 Thread CARUANA JP. SOGECAP
> > I need to switch between to tiles layout depending on the context. > > I think that cleanest way to do it is creating a DefinitionsFactory > implementation. You can read a configuration parameter that > allows to switch > between a group of layouts and the other. > For example, you can extend

Re: [Struts 1.2.9 & Tiles] dynamically switch between two layout

2007-05-09 Thread Antonio Petrelli
2007/5/9, CARUANA JP. SOGECAP <[EMAIL PROTECTED]>: I need to switch between to tiles layout depending on the context. I think that cleanest way to do it is creating a DefinitionsFactory implementation. You can read a configuration parameter that allows to switch between a group of layouts an

[Struts 1.2.9 & Tiles] dynamically switch between two layout

2007-05-09 Thread CARUANA JP. SOGECAP
Hello, I need to switch between to tiles layout depending on the context. in fact, our EAR is used in two different applications, but these are quite the same ones. the EAR is deployed on two different servers with different server configurations. what is very different between the 2 applicat