I encountered a strange issue that may be relevant to others....

After upgrading our JDK from 1.4.2_05 to 1.4.2_06, many of our struts actions reported the following error:

   "No getter method for property currentView of bean pagingListForm"

I upgraded all our apache-related jars to the most recent releases, but to no help. Then, I had an epiphany and simply renamed the form bean property to "currView" vice currentView, along with its accessor. Suddenly, everything worked as before (hmm...).

Are there any thoughts on how a form bean property name could conflict with a JDK release?

Mike


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



Reply via email to