Re: [shale] Backing view

2006-06-14 Thread Marty Phee
Done: http://issues.apache.org/struts/browse/SHALE-192 Craig McClanahan wrote: On 6/14/06, Marty Phee <[EMAIL PROTECTED]> wrote: Removed spring and it works. Thanks for the pointer. So, if I use spring you must have managed beans for all JSP's? Not sure if I"m actually going to use spring.

Re: [shale] Backing view

2006-06-14 Thread Craig McClanahan
On 6/14/06, Marty Phee <[EMAIL PROTECTED]> wrote: Removed spring and it works. Thanks for the pointer. So, if I use spring you must have managed beans for all JSP's? Not sure if I"m actually going to use spring. It appears that this is the effective state of the current implementation. But

Re: [shale] Backing view

2006-06-14 Thread Marty Phee
I tried every permutation last night and couldn't get it to work without the managed bean. included. Thanks for the pointers. Seems to be with spring. I removed it and it works now. Craig McClanahan wrote: Comments interspersed below. On 6/14/06, Marty Phee <[EMAIL PROTECTED]> wrote:

Re: [shale] Backing view

2006-06-14 Thread Marty Phee
Removed spring and it works. Thanks for the pointer. So, if I use spring you must have managed beans for all JSP's? Not sure if I"m actually going to use spring. Wendy Smoak wrote: On 6/14/06, Marty Phee <[EMAIL PROTECTED]> wrote: Here you go. Again this is Shale with Tiger. 13:27:47,79

Re: [shale] Backing view

2006-06-14 Thread Wendy Smoak
On 6/14/06, Marty Phee <[EMAIL PROTECTED]> wrote: Here you go. Again this is Shale with Tiger. 13:27:47,796 ERROR [faces]:253 - Servlet.service() for servlet faces threw exception java.lang.IllegalStateException: No WebApplicationContext found: no ContextLoaderListener registered? ... org.ap

Re: [shale] Backing view

2006-06-14 Thread Craig McClanahan
Comments interspersed below. On 6/14/06, Marty Phee <[EMAIL PROTECTED]> wrote: Here you go. Again this is Shale with Tiger. 13:27:47,796 ERROR [faces]:253 - Servlet.service() for servlet faces threw exception java.lang.IllegalStateException: No WebApplicationContext found: no ContextLoaderLis

Re: [shale] Backing view

2006-06-14 Thread Marty Phee
Here you go. Again this is Shale with Tiger. 13:27:47,796 ERROR [faces]:253 - Servlet.service() for servlet faces threw exception java.lang.IllegalStateException: No WebApplicationContext found: no ContextLoaderListener registered? at org.springframework.web.jsf.FacesContextUtils.getRequir

Re: [shale] Backing view

2006-06-14 Thread Craig McClanahan
On 6/14/06, Marty Phee <[EMAIL PROTECTED]> wrote: Newbie, I'm using Shale with tiger. JSP, subscribe (example from somewhere) that does a save. All this works fine, but I made a change so that the return should send it to a "Success" page. /subscribe.jsp success /suc

[shale] Backing view

2006-06-14 Thread Marty Phee
Newbie, I'm using Shale with tiger. JSP, subscribe (example from somewhere) that does a save. All this works fine, but I made a change so that the return should send it to a "Success" page. /subscribe.jsp success /success.jsp I kept getting a 500 error: 12:11:39