Try using an iframe for a simple solution like as below:

<BODY>
this is a page
<a href="b.html" target="inline">click here for b.html</a>
<iframe name="inline"></iframe>
</BODY>

(have a b.html page)

Your employee list jsp should replace b.html.

For a more advanced solution you can go for portlet concepts.

Regards,
Partha

        ----------
        From:  K R Viju [SMTP:[EMAIL PROTECTED]
        Sent:  Thursday, August 05, 2004 7:28 PM
        To:  [EMAIL PROTECTED]
        Subject:  How to refresh the included page?

        Dear People,

        i have one jsp page.
        this jsp page has two include.
        first include is another jsp page which has employee id dropdown.
        second include is another jsp which has employee data.
        Now when i change the employee id the data jsp shud refresh and show
new
        employee data.
        how to do this?

        Thanks & Regards,
        Viju


===========================================================================
        To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
        For digest: mailto [EMAIL PROTECTED] with body: "set
JSP-INTEREST DIGEST".

        Some relevant archives, FAQs and Forums on JSPs can be found at:

         http://java.sun.com/products/jsp
         http://archives.java.sun.com/jsp-interest.html
         http://forums.java.sun.com
         http://www.jspinsider.com
*********************************************************************
Disclaimer: The information in this e-mail and any attachments is
confidential / privileged. It is intended solely for the addressee or
addressees. If you are not the addressee indicated in this message, you may
not copy or deliver this message to anyone. In such case, you should destroy
this message and kindly notify the sender by reply email. Please advise
immediately if you or your employer does not consent to Internet email for
messages of this kind.
*********************************************************************

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

Reply via email to