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