Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

BeanUtils.populate error on click of button

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
hi,

am getting following error on click of Back button on my jsp page



my log file provides following error log:
DEBUG [org.displaytag.filter.ResponseOverrideFilter] Filter has been called, but PARAMETER_EXPORTING parameter has not been found.

i have narrowed the error to my jsp page; i am using a <logic:iterate> tag that iterates through the form property (which is a LIST). when i remove this logic tag or the indexed=true attribute the page works fine
below is my jsp code:


my form is as follows:


when i click on 'back' button my Search Results page should be displayed however the error page is shown; I don't even get to my base action class on debug
Does anyone know what causes this error and what is trying to be populated?
 
They weren't very bright, but they were very, very big. Ad contrast:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
    Bookmark Topic Watch Topic
  • New Topic