[PORTAL] Launch Parameters

2006-12-13 Thread Scott O'Bryan
Hello everyone, I'm looking at supporting launch parameters for the Portal in Trinidad. To recap my understanding of them, in the TrinidadFilter, Trinidad does its filter stuff and then does a doFilter on the FilterChain. When the chain returns, the TrinidadFilter checks for the existence

Re: [PORTAL] Launch Parameters

2006-12-13 Thread Adam Winer
This is part of the dialog framework, for returning from a dialog shown in-place (instead of in a popup window). I think it'd be very tough to make this a redirect, since there can be *a lot* of parameters (it's basically a full POST), and they won't all fit in a GET. -- Adam On 12/13/06,

Re: [PORTAL] Launch Parameters

2006-12-13 Thread Scott O'Bryan
Interesting. I see your point. Adam Winer wrote: This is part of the dialog framework, for returning from a dialog shown in-place (instead of in a popup window). I think it'd be very tough to make this a redirect, since there can be *a lot* of parameters (it's basically a full POST), and they

Re: [PORTAL] Launch Parameters

2006-12-13 Thread Scott O'Bryan
One more question then. Does this run two different lifecycles (ie. the dialog one runs and returns, then the base one is executed) or is there a possibility of cramming these into one lifecycle call? Scott Scott O'Bryan wrote: Interesting. I see your point. Adam Winer wrote: This is