This is likely because of the nocache headers that are specified in
src/main/webapp/common/meta.jsp. If you haven't run "full-source" on
your project, you may need to copy this from your "merged war"
directory in target/appname-version/common/meta.jsp.

Matt

On 9/4/07, mortalexplorer <[EMAIL PROTECTED]> wrote:
>
> This is the first time I'm using appfuse.
>
> Currently using version 2 along with struts2, spring and hibernate.
>
> I have a main registration jsp that the user fills out.  At the end of the
> form contains a link to a "Terms of service" jsp.  This page is pure text
> with a cancel button that returns to the registration (history.back()).
>
> I'm noticing with the firefox browser, when I click the "Terms of service"
> page and return to the registration (either through the browser back button
> or through the page cancel button), the form data disappears.
>
> This seems to be browser related.
>
> I tried the following on the terms of service page and couldn't preserve the
> history with firefox:
>
> 1) <input type="button" onclick="history.back()" value="<fmt:message
> key="button.done"/>"/>
> 2) <input type="button" onclick="history.back(-1)" value="<fmt:message
> key="button.done"/>"/>
> 3) <input type="button" onclick="history.go(-1)" value="<fmt:message
> key="button.done"/>"/>
> 4)  #  try me
> 5)  #  try me
> 6)  javascript:window.history.back() Please correct your form
>
> I would appreciate any feedback on how I can resolve this issue.
>
> --
> View this message in context: 
> http://www.nabble.com/Appfuse2---Firefox---Form-data-disappears%E2%80%8F-tf4378497s2369.html#a12480682
> Sent from the AppFuse - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to