RE: [JSF/Shale] Controller returning null

2005-12-22 Thread Garner, Shawn
Cool thanks, I was hoping that was the case. Makes for a lot less work. Shawn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: Wednesday, December 21, 2005 7:08 PM To: Struts Users Mailing List Subject: Re: [JSF/Shale] Controller

Re: [JSF/Shale] Controller returning null

2005-12-21 Thread Wendy Smoak
On 12/21/05, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > I am not 100% sure but I think it does return the previously rendered view. Correct. You can see an example in the code for the Shale Use Cases examples: http://struts.apache.org/struts-shale/shale-usecases/xref/org/apache/shale/usecas

Re: [JSF/Shale] Controller returning null

2005-12-21 Thread Craig McClanahan
On 12/21/05, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > > I am not 100% sure but I think it does return the previously rendered > view. > > On 12/21/05, Garner, Shawn <[EMAIL PROTECTED]> wrote: > > > > I see examples of the controller method returning "success" or "error" > > type > > situation

Re: [JSF/Shale] Controller returning null

2005-12-21 Thread Alexandre Poitras
I am not 100% sure but I think it does return the previously rendered view. On 12/21/05, Garner, Shawn <[EMAIL PROTECTED]> wrote: > > I see examples of the controller method returning "success" or "error" > type > situations which are mapped in the faces-config.xml file. > > What happens if you re

[JSF/Shale] Controller returning null

2005-12-21 Thread Garner, Shawn
I see examples of the controller method returning "success" or "error" type situations which are mapped in the faces-config.xml file. What happens if you return null from a controller method? Does it return the previously rendered view or do you go to an error view defined in a web.xml or somethi