Geeta :
Thanks u reached exactly my problem. There r few concerns. If the page contains
some dynamically generated data  that was not presented in form components but
just in  <TD> <TR> tags, that data will not be available on server side for
regeneration of page and as the cache is off on client side and also I m using
HTTPS, Server will get the data from DB again. In this way it not be consistent
now with the client data provided by the client.
I want the same copy of all the data which was not even available in controls.

Shahzad Mahmood




Geeta Ramani <[EMAIL PROTECTED]> on 12/27/2001 05:22:32 PM

Please respond to "A mailing list for discussion about Sun Microsystem's Java
      Servlet API Technology." <[EMAIL PROTECTED]>

To:   [EMAIL PROTECTED]
cc:    (bcc: Shahzad Mahmood/CresSoft)

Subject:  Re: Problem with the back button in the HTML



Shahzad:

(If I understand your question correctly), maybe you can use a jsp instead of an
HTML page and when the user submits the form, save all the values in session
variables. Then your jsp can be coded with logic like the foll. psuedo-code:

if(session var val is nonull) value presented in the form = "";
else value presented in the form = session var. value;

Regards,
Geeta


Mahmood Shahzad wrote:

> Hi All,
>
> I have to present the values submitted by a user on an HTML page when the user
> presses the back button available in HTML. Do someone have any solution.
>
> Browser side cash is off and I m using HTTPS.
> Thanks in advance
>
> Shahzad Mahmood
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to