Guojun Zhu wrote:
Hi,

I am using struts 1.2.9 with tomcat 5.5.  I had a few  pages with big
"html:form". There are some common part (with some <html:text> tags) in the
form.  So I tried to put them aside as an import.   I tried <jsp:include>
jstl <c:import> and <tiles:insert>, all of them import everything literally
into the form, instead of interprete the <html:text> tags.  (I also tried to
include taglib in the inserted jsp fragment page. not working.)   What
should I do?  Thanks.

I would expect this to work; what happens if you modify the included page to contain the html:form and map the action to it directly (instead of calling the including JSP)? Or keep the action mapping the same but move the html:form tag from the including JSP to the included one?

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to