Yeah, some server require *flush="true"* and some you
can get away with it.

> -----Original Message-----
> From: Hernandez, Rey [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 28, 2000 12:45 PM
> To: [EMAIL PROTECTED]
> Subject: Re: <jsp:include ...> a jsp file
>
>
> No, it should be
> <jsp:include page="<%= rs.getString("fileref") %>" flush="true" />
>
> The flush="true" was missing making it invalid.
>
> I got burned on this one.
>
> -----Original Message-----
> From: Antonio W. Lagnada [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 28, 2000 12:21 PM
> To: [EMAIL PROTECTED]
> Subject: Re: <jsp:include ...> a jsp file
>
>
> It was on a previous posting to use single quotes:
>
> <jsp:include page='<%= rs.getString("fileref") %>'  />
>
>
> --
> Antonio W. Lagnada
> Ecommerce Consultant
> [EMAIL PROTECTED]
>
> This email address is specifically
> for JSP-Interest email list.
> Remove _NOSPAM for the actual email.
>
>
>
> ---- John Bell <[EMAIL PROTECTED]> wrote:
> > I have a jsp page that retrieves rows from a database and shows them
> > on the
> > page.
> > One of the columns is a reference to an image
> >
> > <img align=left border=0 src="<%= rs.getString("imageref") %>"  >
> >
> > and this image is displayed.
> >
> > Another of the columns is a reference to a file
> "../articles/article.jsp".
> > I want to include this in the page dynamically at runtime as
> >
> > <jsp:include page="../articles/article.jsp" />
> >
> > eg.  <jsp:include page="<%= rs.getString("fileref") %>"  />  - which
> > of
> > course is illegal
> >
> > - is there any way I can accomplish this please?
> >
> > John
> >
> >
> >
> >
> >
> >
> ==============================================================
> =============
> > > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> > JSP-INTEREST".
> > > For digest: mailto [EMAIL PROTECTED] with body: "set
> JSP-INTEREST
> > DIGEST".
> > > Some relevant FAQs on JSP/Servlets can be found at:
> > >
> > >  http://java.sun.com/products/jsp/faq.html
> > >  http://www.esperanto.org.nz/jsp/jspfaq.html
> > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> > >
> >
> >
> ==============================================================
> =============
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set
> JSP-INTEREST
> > DIGEST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >
>
> ___________________________________________________________________
> To get your own FREE ZDNet Onebox - FREE voicemail, email, and fax,
> all in one place - sign up today at http://www.zdnetonebox.com
>
> ==============================================================
> =============
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
> ==============================================================
> =============
> To unsubscribe: mailto [EMAIL PROTECTED] with body:
> "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set
> JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to