Re: C1: Including XML/XSL in JSP pages

2001-09-20 Thread Russell Castagnaro
Aloha Mark, try using jsp:forward page=test.xml / if you need to pass addidtional parameters use: jsp:forward page=test.xml jsp:param name=foo value=bar / /jsp:forward Friday, September 14, 2001, 9:30:15 AM, you wrote: MSK I'd like to include an XML page request with esql query string and

C1: Including XML/XSL in JSP pages

2001-09-14 Thread Mark S. Kent
I'd like to include an XML page request with esql query string and report type (i.e. html, pdf, csv, etc.) as a jsp:include in a current JSP page which already has my page security and other stuff. Currently, in my JSP I have: jsp:include page=test.xml flush=true / I'm getting the message: