Hello:
I have the following problem, maybe someone can helpme....
In a given
JSP i have the code:
"/solicitante/draftForm" is an ActionForm and has a property called "drafts" of the type "UserModel", there is also a getDraft(). Now inside UserModel is the ArrayList "vbs" with its corresponding getVbs() method.
When I load this page i get the following error:
I don't understand why doesn't find the getter method if is right there in both classes....
Please advise...
Carlos Olmos.