Re: Using jsps from another context

2007-04-19 Thread Rajesh Gupta
Laurie Harper holoweb.net> writes: > > Rajesh Gupta wrote: > > Hi All, > > I have several common jsp's in a common webapp, which will be shared > > by all other web applications. I use tag to include jsp's from > > this common webapp. I can

Using jsps from another context

2007-04-18 Thread Rajesh Gupta
Hi All, I have several common jsp's in a common webapp, which will be shared by all other web applications. I use tag to include jsp's from this common webapp. I can include jsp's , if they do not contain any struts specific things. But when i try to include a jsp with struts action (ex: ) ,