Hi All, I have several common jsp's in a common webapp, which will be shared by all other web applications. I use <c:import> 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: <html:form action="search" method="get">) , it fails. Is it possible to include a jsp with a struts action in it from another web application. Any ideas, suggestions please?. I am using struts 1.2.4 & tomcat 5.0.
Thanks in advance. Rajesh**