Results 1 to 4 of 4

Thread: page expires when back button is clicked

  1. #1

    Thread Starter
    Member n0vembr's Avatar
    Join Date
    Jun 2005
    Location
    pilipinas kong minumutya
    Posts
    60

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

  2. #2

    Thread Starter
    Member n0vembr's Avatar
    Join Date
    Jun 2005
    Location
    pilipinas kong minumutya
    Posts
    60

    Re: page expires when back button is clicked

    ideas anyone?
    thanks..salamat..arigatou..gracias

  3. #3
    Frenzied Member oceanebelle's Avatar
    Join Date
    Jun 2005
    Location
    my n00k.
    Posts
    1,064

    Re: page expires when back button is clicked

    perhaps header na cya nes?...

  4. #4
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594

    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
  •  



Click Here to Expand Forum to Full Width