Pratik,
 Hi again.
I think you can use the database tables for storing the form values that are
used through out your framework. This table can have an extra field for
storing the session id. Now whenever u need the necessary values, just fetch
that table on the basis of sesison id.

I think this would sove your purpose.

Regards,
Sumeet Aggarwal.

        -----Original Message-----
        From:   Pratik [SMTP:[EMAIL PROTECTED]]
        Sent:   Friday, June 23, 2000 5:35 PM
        To:     [EMAIL PROTECTED]
        Subject:        Re: How to Post Data IN JSP

        Yes sumit you are right.
        But as I am developing a freamework.
        I don't know how may form elements a entry screen have.

        If the size of querystring exceeds 1000 char thare is a good chance
for
        misbehaviour.
        So I can't use query string.
        Same way this is framework so event I can't use session variables
for each
        elements in form.

        any suggestion?


        Thanks
        Pratik
        ----- Original Message -----
        From: Sumeet Aggarwal , Gurgaon <[EMAIL PROTECTED]>
        To: <[EMAIL PROTECTED]>
        Sent: Friday, June 23, 2000 3:50 PM
        Subject: Re: How to Post Data IN JSP


        > Hi Pratik,
        >
        > The department information u passed to the frames page and not to
the
        > navigation or results page....
        > While defining your frame in frame.jsp, just write the following
code
        > <frame scr=results.jsp?department="<%=
request.getParameter("Department")
        > %>">
        >
        > Also, u can try passing the department value using session
objects, and
        > reinitialise the session object to blank in results.jsp
aftegetting the
        > value in local variable.
        >
        > I hope this would work...
        >
        > Regards,
        > Sumeet Aggarwal
        >
        >
        >         -----Original Message-----
        >         From:   Pratik [SMTP:[EMAIL PROTECTED]]
        >         Sent:   Friday, June 23, 2000 3:30 PM
        >         To:     [EMAIL PROTECTED]
        >         Subject:        Re: How to Post Data IN JSP
        >
        >         Actually My original problem is
        >         I have a page frame.jsp that has two frames
        >         One frame for navigation.jsp and second for result.jsp
from data.
        >         In user Entry page I ask for Department It will pass
Department to
        > the
        >         frame.jsp.
        >         I want that department Id in result.jsp.
        >
        >         Now when I use request.getParameter("Department")
        >         How can I do this functionality.
        >
        >
        >         Please help
        >
        >         regards Pratik
        >
        >
        >

===========================================================================
        >         To unsubscribe: mailto [EMAIL PROTECTED] with body:
"signoff
        > JSP-INTEREST".
        >         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".
        > 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".
        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".
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