Re: external jsp files

2007-03-16 Thread Enrique da Costa Cambio
I'll explain myself: This is the thing: I have a (eclipse) project with the app middle layer. I have another project that wires this layer using spring. Then I have another project implementing the view using struts2. Finally, I have a fourth project that integrates all the spring project and the

Re: external jsp files

2007-03-16 Thread Laurie Harper
Enrique da Costa Cambio wrote: hi, how can I make struts2 find jsp files outside the webcontext. if the solution is to specify the full path, how can I do to externalize the base path as a property/variable/constant. Thanx in advance. I don't think you *can* do that, at least not in any way tha

external jsp files

2007-03-16 Thread Enrique da Costa Cambio
hi, how can I make struts2 find jsp files outside the webcontext. if the solution is to specify the full path, how can I do to externalize the base path as a property/variable/constant. Thanx in advance.