Question

I have a form that has some indexed properties.

When i submit this form io get the following error message

javax.servlet.ServletException'(2009-09-16 13:14:29.814 GMT): BeanUtils.populate. ---

Any ideas what i should be looking for to solve this issue?

Was it helpful?

Solution

Your HTML form doesn't match your Action Form bean. For example, you might have a form control parameter not defined in your action form.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top