PDA

Click to See Complete Forum and Search --> : page expires when back button is clicked


n0vembr
Jun 24th, 2005, 08:40 AM
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...


<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.. :blush:

n0vembr
Jun 25th, 2005, 01:11 AM
ideas anyone? :blush:

oceanebelle
Jun 27th, 2005, 11:40 PM
perhaps header na cya nes?...

CornedBee
Jun 28th, 2005, 03:23 AM
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.