|
-
Jun 24th, 2005, 08:40 AM
#1
Thread Starter
Member
page expires when back button is clicked
hello..
can anybody tell me why my browser expires when the "back" button is clicked ??
here's a part of the code ...it can successfully forward the page to an action (that has a different dataform) but when the back button is clicked the page expires...
Code:
<bean:define id="param1" name="detail" property="ccid_flex"/>
<%
java.util.HashMap params = new java.util.HashMap();
params.put("voData.code_combination_id", param1);
params.put("voData.inquiry_type","0");
params.put("voData.cuenta_code", param1);
pageContext.setAttribute("paramsName", params);
%>
<html:link page="/RetrieveDetailInquiryTransaction.do" name="paramsName" scope="page" >
<bean:write name="detail" property="ccid_flex"/>
</html:link>
btw am using struts here...
please help me...any suggestion/comments will be greatly appreciated..
-
Jun 25th, 2005, 01:11 AM
#2
Thread Starter
Member
Re: page expires when back button is clicked
ideas anyone?
thanks..salamat..arigatou..gracias 
-
Jun 27th, 2005, 11:40 PM
#3
Re: page expires when back button is clicked
perhaps header na cya nes?...
-
Jun 28th, 2005, 03:23 AM
#4
Re: page expires when back button is clicked
What's the generated code of this snippet? More importantly, how do you reach that page? Somewhere in there are POST variables, that's what expires.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|