In webwork.properties, the "webwork.action.packages" is set to
"skeleton.action" and not "com.skeleton.action". So, in your JSP page you
would post to formtest.action where this is mapped in your views file
views.properties or actions.xml.

-Matt

----- Original Message -----
From: "Fredrik Karlsson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, May 05, 2002 5:20 AM
Subject: [Webwork-user] Problems w. paths/naming/something


> 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
>
>



_______________________________________________________________

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