Cannot use ActionBeans - Error cannot find ActionMappings or ActionFormBeans

2003-01-14 Thread Jaime Marcondes
Hello, All. I'm a new in the struts framework and i tried to make a little project using this framework, but when i try to use a actionbean, it says: org.apache.jasper.JasperException: Cannot find ActionMappings or ActionFormBeans collection ... The web.xml: === ?xml

RE: Cannot use ActionBeans - Error cannot find ActionMappings or ActionFormBeans

2003-01-14 Thread Loren Hall
- From: Jaime Marcondes [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 4:12 AM To: [EMAIL PROTECTED] Subject: Cannot use ActionBeans - Error cannot find ActionMappings or ActionFormBeans Hello, All. I'm a new in the struts framework and i tried to make a little project using

ActionBeans

2002-04-11 Thread Daniel Jaffa
Ok, I just read this in the api An Action is an adapter between the contents of an incoming HTTP request and the corresponding business logic that should be executed to process this request. The controller (ActionServlet) will select an appropriate Action for each request, create an instance

RE: ActionBeans

2002-04-11 Thread Greg.Reddin
Is dataList an instance variable or is it defined within your Action's perform() or execute() method? -Original Message- From: Daniel Jaffa [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 1:40 PM To: [EMAIL PROTECTED] Subject: ActionBeans Ok, I just read

Re: ActionBeans

2002-04-11 Thread Daniel Jaffa
Working to many hours, not enough thinking. Sorry For the question. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 11, 2002 1:45 PM Subject: RE: ActionBeans Is dataList an instance variable or is it defined within your Action's perform