Hi -
    This is really more of a JSP question, but since it involves struts
tags I figured I'd give it a shot here. I have a page which contains a
form built using the html:form taglib. Based on the users selection from
that form, I go off and do some processing and redirect the user back to
the same page. During the processing, an attribute gets set to indicate
which detail information to include. I try to include this detail page
(which is also an html:form form) by doing a jsp:include.  Basically,
the page looks like this:

        <html:form...>
                Navigation form
        </html:form>

        Static stuff here

        <jsp:include page="<%=detailPage%>" />

        My problem is that the tags in the included page never get
processed. So, is there anyway I can make this work?

    Sorry again for the OT post.

Cheers,
Bryan

--
Bryan Glennon (mailto:[EMAIL PROTECTED])
BPG Consulting, Inc. (http://www.bpgc.com)
Tech Question? (mailto:[EMAIL PROTECTED])

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

Reply via email to