My problem basically is that my JSP-page cannot fint my WW-action.

I have a test page where the JSP page is a form, connected to an 
action. When I submit I get this error:

Action 'com.skeleton.action.FormTest' not found.
 
When I try using webworks built-in counter in my iterators everything 
works fine. 
In another test page I tried iterating arrays, both using the WW-
example bookList and one I built. I then got this error:

HTTP ERROR: 500 Source may not be null
 
My guess is this is because my action cannot be found and the iterator 
cannot loop the "null". 
 
My javafiles are placed 
in /src/java/com/projects/action, /src/java/com/bookList/action 
and /src/java/com/skeleton/action. 

Everything seems "normal" in my views.properties and 
webwork.properties. 

Any ideas why this won't work?!

Thanks /Fredrik


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Webwork-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webwork-user

Reply via email to