Re: [shale] datatables request scope

2006-02-16 Thread Mark Lowe
, 2006 8:17 AM > To: Struts Users Mailing List > Subject: Re: [shale] datatables request scope > > > The datatable is actually in the request scope, its the renderer fails > to deal with life. I've tried backing the data up and resetting it > during different phases, with no jo

RE: [shale] datatables request scope

2006-02-16 Thread CONNER, BRENDAN \(SBCSI\)
Man, people are going to a lot of work to avoid ! ;-) - Brendan -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 8:17 AM To: Struts Users Mailing List Subject: Re: [shale] datatables request scope The datatable is actually in the request

Re: [shale] datatables request scope

2006-02-16 Thread Mark Lowe
n. > > > > - Brendan > > > > -----Original Message----- > > From: Mark Lowe [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, February 15, 2006 3:57 PM > > To: Struts Users Mailing List > > Subject: Re: [shale] datatables request scope > > > &g

Re: [shale] datatables request scope

2006-02-16 Thread Mark Lowe
Mark > > JSF is very much here and in production. > > - Brendan > > -Original Message- > From: Mark Lowe [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 15, 2006 3:57 PM > To: Struts Users Mailing List > Subject: Re: [shale] datatables request scope > >

RE: [shale] datatables request scope

2006-02-15 Thread CONNER, BRENDAN \(SBCSI\)
l Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 15, 2006 3:57 PM To: Struts Users Mailing List Subject: Re: [shale] datatables request scope On 2/15/06, CONNER, BRENDAN (SBCSI) <[EMAIL PROTECTED]> wrote: > Hmm. I must be coming from a different pers

Re: [shale] datatables request scope

2006-02-15 Thread Mark Lowe
rence with datatables, there just seems something very wrong about that. Oh well I guess see what happens.. Mark > > - Brendan > > -Original Message- > From: Mark Lowe [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 15, 2006 3:47 AM > To: Struts Users Mailing List &

RE: [shale] datatables request scope

2006-02-15 Thread CONNER, BRENDAN \(SBCSI\)
Subject: Re: [shale] datatables request scope On 2/14/06, Craig McClanahan <[EMAIL PROTECTED]> wrote: > On 2/14/06, CONNER, BRENDAN (SBCSI) <[EMAIL PROTECTED]> wrote: > > > > Isn't that functionally what the MyFaces component does? > > > Yes, but requires t

Re: [shale] datatables request scope

2006-02-15 Thread Mark Lowe
confusing as the user sees a session scoped bean, but the bean is not in the session as soon as a new request is made. Mark > > - Brendan > > > Craig > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig > > McClanah

Re: [shale] datatables request scope

2006-02-14 Thread Craig McClanahan
Struts Users Mailing List > Subject: Re: [shale] datatables request scope > > [snip] > > One idea I've seen discussed, but haven't seen actually implemented yet, > would be a JSF-specific implementation of the "flash" concept in RoR, > where > it keeps sta

RE: [shale] datatables request scope

2006-02-14 Thread CONNER, BRENDAN \(SBCSI\)
Isn't that functionally what the MyFaces component does? - Brendan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: Tuesday, February 14, 2006 3:26 PM To: Struts Users Mailing List Subject: Re: [shale] datatables request

Re: [shale] datatables request scope

2006-02-14 Thread Craig McClanahan
On 2/14/06, CONNER, BRENDAN (SBCSI) <[EMAIL PROTECTED]> wrote: > > Ah, OK. Then the component from MyFaces would be more > appropriate for the problem being discussed. We've used this in several > applications, with no problems. All of our beans (except maybe two of > them, that contain more st

RE: [shale] datatables request scope

2006-02-14 Thread CONNER, BRENDAN \(SBCSI\)
rough multiple pages of a conversation. - Brendan -Original Message- From: Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 14, 2006 10:35 AM To: Struts Users Mailing List Subject: RE: [shale] datatables request scope >From: "CONNER, BRENDAN (SBCSI)" <[EMAI

RE: [shale] datatables request scope

2006-02-14 Thread Gary VanMatre
>From: "CONNER, BRENDAN (SBCSI)" <[EMAIL PROTECTED]> > > As Gary mentioned, you can use the MyFaces component to > carry bean values from one request to another. I'm new to Shale, but I > saw something about a Dialog framework. Is that also supposed to > address this issue? The dialog manager

RE: [shale] datatables request scope

2006-02-14 Thread CONNER, BRENDAN \(SBCSI\)
ECTED] Sent: Tuesday, February 14, 2006 10:00 AM To: Struts Users Mailing List Subject: Re: [shale] datatables request scope >From: Mark Lowe <[EMAIL PROTECTED]> > > Hello > > I've a general question on shale. > > Despite the jsf spec being churned out for a

Re: [shale] datatables request scope

2006-02-14 Thread Gary VanMatre
>From: Mark Lowe <[EMAIL PROTECTED]> > > Hello > > I've a general question on shale. > > Despite the jsf spec being churned out for a significant amount of > time, there seems to be no tidy means of maintaining request > attributes between requests to the server.. If i have a datatable and