You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Gunasekaran. V" <gu...@uaeexchange.com> on 2002/11/17 16:27:00 UTC

DynaActionForm and JavaBean form-property

Greetings.
 
Has anyone used DynaActionForm with form-property of type normal
javabean. We are getting error while submitting the form ie. transport
data from JSP to action. The error is
 
javax.servlet.ServletException:BeanUtils.populate()
...
root cause
java.lang.IllegalArgumentException: No bean specified.
at
org.apache.commons.beanutils.PropertyUtils.getPropertyDescriptor(Propert
yUtils.java:819)
....
 
could anyone help us. Thanks for your cooperation and help.
-guna