SV: SV: [shale] Best practice for passing information between views in Shale

2006-03-25 Thread Hermod Opstvedt
[mailto:[EMAIL PROTECTED] På vegne av Craig > McClanahan > Sendt: 25. mars 2006 03:22 > Til: Struts Users Mailing List; [EMAIL PROTECTED] > Emne: Re: [shale] Best practice for passing information between views in > Shale > > On 3/24/06, Hermod Opstvedt wrote: > &g

Re: SV: [shale] Best practice for passing information between views in Shale

2006-03-25 Thread Gary VanMatre
ig > McClanahan > Sendt: 25. mars 2006 03:22 > Til: Struts Users Mailing List; [EMAIL PROTECTED] > Emne: Re: [shale] Best practice for passing information between views in > Shale > > On 3/24/06, Hermod Opstvedt wrote: > > > > Hi > > > > I ha

SV: [shale] Best practice for passing information between views in Shale

2006-03-25 Thread Hermod Opstvedt
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne av Craig McClanahan Sendt: 25. mars 2006 03:22 Til: Struts Users Mailing List; [EMAIL PROTECTED] Emne: Re: [shale] Best practice for passing information between views in Shale On 3/24/06, Hermod Opstvedt <[EMAIL PROTECTED]> wrote: > &

Re: [shale] Best practice for passing information between views in Shale

2006-03-24 Thread Craig McClanahan
On 3/24/06, Hermod Opstvedt <[EMAIL PROTECTED]> wrote: > > Hi > > I have scenario where information on one page is used a basis for another > page. What would be best practice for transferring information from page1 > to > page2, where both pages are request scoped. Declaring this as a dialog > flo

[shale] Best practice for passing information between views in Shale

2006-03-24 Thread Hermod Opstvedt
Hi I have scenario where information on one page is used a basis for another page. What would be best practice for transferring information from page1 to page2, where both pages are request scoped. Declaring this as a dialog flow, or using a session scoped bean as a value holder? Another goes for