Hi,
I want to dynamically update DNS(Domain Name Server) file when user give its
site name.
If any one knows the soln , his  help will be highly appreciated.

Hamid Hassan
Software Engineer
visualsoft-inc.com


-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Karau, Joe
Sent: Thursday, April 12, 2001 5:52 PM
To: [EMAIL PROTECTED]
Subject: Re: Hidden field NULL values after POST


If you are setting the value of pSHIP with javascript, I've seen the same
type of problem.  To fix I gave an initial value to pSHIP of an empty
string, such as:
        <input type="hidden" name="pSHIP" value="">

That seemed to fix it for me.  Hope this helps.

Joseph Karau
Kingland Systems
[EMAIL PROTECTED]
507-536-3629
AIM: jkara3629


-----Original Message-----
From: Willy LEGIMAN [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 12, 2001 5:57 AM
To: [EMAIL PROTECTED]
Subject: Hidden field NULL values after POST


I have encountered a very strange issue with JSP when I submit a form with
hidden field.
The value of the hidden field is displayed as null when I do a
request.getParameter("pSHIP") after submitting the form for the first time.

But when I click on Back (on the browser) to go back and submit the form
again, the value is correctly displayed!

1. I have a Form with <input type="hidden" name="pSHIP">
2. When I submit the form I set pSHIP.value to "OCEAN2001"
3. JSP displays value of pSHIP as null
4. Go back & submit the form again
5. JSP displays value of pSHIP as "OCEAN2001"

Anyone has any ideas why this happens? I'm working from JDeveloper 3.1.

Regards
Willy

===========================================================================
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

===========================================================================
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