What could lead to a run-time error such as:
[ServletException in:/frame/content/content.jsp] Exception creating bean of class org.dhsinfo.content.AddFileForm: {1}'
The strange thing is that the application worked without any problem before. I did not touch anything. I re-ran the application a day later and this problem poped up.
It occurred when I tried to display the content.jsp in the browser window. The content.jsp portion is like:
The action mapping in the struts-config.xml is like:
and the form-bean in the struts-config.xml is like:
The AddFileForm.java in the org.dhsinfo.content directory is like: