• Post Reply 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

My html:select is giving exception

 
Ranch Hand
Posts: 102
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using html:select for a drop down box.

And I load the options using a collection through html ptions name="myForm" property="myoptioncollection"

My problem is I am using same ActionForm multiple Action classes.

The options are loading normally for first request and some times one more request also.

As i make further requests I get an exception

No getter method for property myoptioncollection in the bean named.......

I get this exception, Not every time. sometimes in the middle of the application.

Why is this Exception coming.

The error is not coming for other collections. But only for the collections which load the Options of a dropdownbox.

Please help me on this.

Regards,
Surendar
 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could you provide more details?

Did you check that you wrote the property name correctly? According to my knowledge it is case sensitive.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic