Re: [Shale] error I'm getting when navigating.

2005-08-25 Thread Craig McClanahan
On 8/25/05, Rick Reumann <[EMAIL PROTECTED]> wrote: > Craig McClanahan wrote the following on 8/25/2005 1:00 PM: > > > ContextLoaderListener is a Spring thing ... if you're going to take > > advantage of the ability to use the managed beans facility to create > > spring beans transparently, then y

Re: [Shale] error I'm getting when navigating.

2005-08-25 Thread Rick Reumann
Craig McClanahan wrote the following on 8/25/2005 1:00 PM: ContextLoaderListener is a Spring thing ... if you're going to take advantage of the ability to use the managed beans facility to create spring beans transparently, then you need the servlet context listener registered in web.xml (see th

Re: [Shale] error I'm getting when navigating.

2005-08-25 Thread Craig McClanahan
On 8/25/05, Rick Reumann <[EMAIL PROTECTED]> wrote: > I'm also wondering ... how do I know exactly what Shale jars I need. The > docs don't seem to say, so I'm just pulling all of them from the > struts-shale-usecases... but I'm not sure I need all of them to just > start out using the view handler

Re: [Shale] error I'm getting when navigating.

2005-08-25 Thread Rick Reumann
I'm also wondering ... how do I know exactly what Shale jars I need. The docs don't seem to say, so I'm just pulling all of them from the struts-shale-usecases... but I'm not sure I need all of them to just start out using the view handler. I'm wondering if maybe the problem below is because ma

[Shale] error I'm getting when navigating.

2005-08-24 Thread Rick Reumann
I'm not sure if this error is because of the spring jars that I included (copied over from the use cases example), but when trying the following navigation rule: success /employeeForm.jsp I get the following error and I have no idea why. (Couple notes...