<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - Include Servlet in JSP</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Wed, 22 May 2013 11:23:33 -0400</pubDate>


    <item>

        <title>Include Servlet in JSP</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=12647</link>

        

        
            <description><![CDATA[Thanks for the through explanation. 
<br>I had solved my problem.]]></description>
        

        <pubDate>Wed, 27 Mar 2002 19:31:46 -0500</pubDate>

        

        <jf:creationDate>Wed, 27 Mar 2002 19:31:46 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 27 Mar 2002 19:31:46 -0500</jf:modificationDate>
        <jf:date>Mar 27, 2002</jf:date>
        <jf:author>Lee Eng Leong</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Include Servlet in JSP</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=12647</link>

        

        
            <description><![CDATA[why don't you have the servlet do the DB call and then forward on to the JSP instead of including the Servlet call in JSP. That would be more of a MVC II paradigm.]]></description>
        

        <pubDate>Tue, 26 Mar 2002 16:58:33 -0500</pubDate>

        

        <jf:creationDate>Tue, 26 Mar 2002 16:58:33 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 26 Mar 2002 16:58:33 -0500</jf:modificationDate>
        <jf:date>Mar 26, 2002</jf:date>
        <jf:author>Sheng Sheen</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Include Servlet in JSP</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=12647</link>

        

        
            <description><![CDATA[You should use &lt;jsp:include page=&quot;XXX&quot;/&gt; instead of &lt;%@ include file=&quot;XXX&quot; %&gt;. The latter just means merging before compilation, which apparently not what you want to do. 'jsp:include' actually includes response from XXX...]]></description>
        

        <pubDate>Tue, 26 Mar 2002 12:05:49 -0500</pubDate>

        

        <jf:creationDate>Tue, 26 Mar 2002 12:05:49 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 26 Mar 2002 12:05:49 -0500</jf:modificationDate>
        <jf:date>Mar 26, 2002</jf:date>
        <jf:author>Saruman White</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Include Servlet in JSP</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=12647</link>

        

        
            <description><![CDATA[Hi,...]]></description>
        

        <pubDate>Tue, 26 Mar 2002 10:31:26 -0500</pubDate>

        

        <jf:creationDate>Tue, 26 Mar 2002 10:31:26 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 26 Mar 2002 10:31:26 -0500</jf:modificationDate>
        <jf:date>Mar 26, 2002</jf:date>
        <jf:author>Ad Reijngoudt</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Include Servlet in JSP</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=12647</link>

        

        
            <description><![CDATA[I wish to include a file in JSP, but the file is result from database query....]]></description>
        

        <pubDate>Mon, 25 Mar 2002 19:42:25 -0500</pubDate>

        

        <jf:creationDate>Mon, 25 Mar 2002 19:42:25 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 25 Mar 2002 19:42:25 -0500</jf:modificationDate>
        <jf:date>Mar 25, 2002</jf:date>
        <jf:author>Lee Eng Leong</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>



</channel>
</rss>

