Re: errors not clearing when hitting BACK

2001-10-21 Thread Sandeep Takhar
this seems quite strange to me, unless you are doing something with the cache? normally when I hit the back button, the page is not refreshed and just shows as it previously showed the last time I was at the page. According to what you are saying, you are getting the old ActionErrors()

errors not clearing when hitting BACK

2001-10-20 Thread Rob Breeds
Hi I have a simple input form, an ActionForm, and validating set to true. In the validate() method of ActionForm I check the length of the input field (say max 5 chars) and if too long populate the errors collection. The error message correctly displays if I enter a name longer than 5 chars.