Re: Shale-related Tiles 2 issue

2006-09-24 Thread David Geary
2006/9/24, Wendy Smoak <[EMAIL PROTECTED]>: On 9/24/06, David Geary <[EMAIL PROTECTED]> wrote: > 2006/9/24, David Geary <[EMAIL PROTECTED]>: > > > > 2006/9/24, Wendy Smoak <[EMAIL PROTECTED]>: > > > > > > On 9/24/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: > > > > > > > Hey Wendy, this looks li

Re: Shale-related Tiles 2 issue

2006-09-24 Thread Gary VanMatre
>From: "Wendy Smoak" <[EMAIL PROTECTED]> > > On 9/24/06, Gary VanMatre wrote: > > > Hey Wendy, this looks like the classic JSF 1.1 problem with JSP that will > > be fixed in JSF 1.2. > > That's what I thought. :) > > > It's also a good practice to wrap an included fragments in a subview tag

Re: Shale-related Tiles 2 issue

2006-09-24 Thread Wendy Smoak
On 9/24/06, David Geary <[EMAIL PROTECTED]> wrote: 2006/9/24, David Geary <[EMAIL PROTECTED]>: > > 2006/9/24, Wendy Smoak <[EMAIL PROTECTED]>: > > > > On 9/24/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: > > > > > Hey Wendy, this looks like the classic JSF 1.1 problem with JSP that > > will > > >

Re: Shale-related Tiles 2 issue

2006-09-24 Thread David Geary
2006/9/24, David Geary <[EMAIL PROTECTED]>: 2006/9/24, Wendy Smoak <[EMAIL PROTECTED]>: > > On 9/24/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: > > > Hey Wendy, this looks like the classic JSF 1.1 problem with JSP that > will > > be fixed in JSF 1.2. > > That's what I thought. :) No, that's

Re: Shale-related Tiles 2 issue

2006-09-24 Thread David Geary
2006/9/24, Wendy Smoak <[EMAIL PROTECTED]>: On 9/24/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: > Hey Wendy, this looks like the classic JSF 1.1 problem with JSP that will > be fixed in JSF 1.2. That's what I thought. :) > It's also a good practice to wrap an included fragments in a subview

Re: Shale-related Tiles 2 issue

2006-09-24 Thread Wendy Smoak
On 9/24/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: Hey Wendy, this looks like the classic JSF 1.1 problem with JSP that will be fixed in JSF 1.2. That's what I thought. :) It's also a good practice to wrap an included fragments in a subview tag. The subview is a naming container that wil

Re: FindBugs reports (was: Re: svn commit: r449524)

2006-09-24 Thread Gary VanMatre
>From: "Wendy Smoak" <[EMAIL PROTECTED]> > > On 9/24/06, [EMAIL PROTECTED] wrote: > > Author: wsmoak > > Date: Sun Sep 24 16:43:11 2006 > > New Revision: 449524 > > > > URL: http://svn.apache.org/viewvc?view=rev&rev=449524 > > Log: > > Add the FindBugs plugin for reporting. > > See http://

Re: Shale-related Tiles 2 issue

2006-09-24 Thread Gary VanMatre
>From: "Wendy Smoak" <[EMAIL PROTECTED]> > > Can someone take a look at SB-47 [1]? It's a Tiles 2 issue > complaining about content appearing out of order, and the example app > uses Shale. > Hey Wendy, this looks like the classic JSF 1.1 problem with JSP that will be fixed in JSF 1.2. In

Shale-related Tiles 2 issue

2006-09-24 Thread Wendy Smoak
Can someone take a look at SB-47 [1]? It's a Tiles 2 issue complaining about content appearing out of order, and the example app uses Shale. [1] http://issues.apache.org/struts/browse/SB-47 Thanks, -- Wendy

FindBugs reports (was: Re: svn commit: r449524)

2006-09-24 Thread Wendy Smoak
On 9/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: wsmoak Date: Sun Sep 24 16:43:11 2006 New Revision: 449524 URL: http://svn.apache.org/viewvc?view=rev&rev=449524 Log: Add the FindBugs plugin for reporting. See http://mojo.codehaus.org/findbugs-maven-plugin/howto.html for configur

Re: Possible Shale-Tiger Annotations Support for Dependency Injection

2006-09-24 Thread stephan opitz
thx, for detailed infos 2006/9/24, Craig McClanahan <[EMAIL PROTECTED]>: On 9/24/06, stephan opitz <[EMAIL PROTECTED]> wrote: > > as i read > http://www.diotalevi.com/weblog/?p=129 > during my study of dependency injection with ejb > > i had the idea to support dependency injection with help of

Re: Possible Shale-Tiger Annotations Support for Dependency Injection

2006-09-24 Thread Craig McClanahan
On 9/24/06, stephan opitz <[EMAIL PROTECTED]> wrote: as i read http://www.diotalevi.com/weblog/?p=129 during my study of dependency injection with ejb i had the idea to support dependency injection with help of the tiger annotations. as in article written, dependency injection does not work "f

Possible Shale-Tiger Annotations Support for Dependency Injection

2006-09-24 Thread stephan opitz
as i read http://www.diotalevi.com/weblog/?p=129 during my study of dependency injection with ejb i had the idea to support dependency injection with help of the tiger annotations. as in article written, dependency injection does not work "from house" in the model objects of jsf/shale. there wa

Re: Objection to (part of) r440205

2006-09-24 Thread Sean Schofield
Craig, I'm a little confused. What is the difference between returning null and delegating to the wrapped navigation handler, which in the case of the default implementation, will also return null? I guess in most cases I can think of the dialog as the only thing that should be handling navigat