Re: [shale] Problems with View controller

2006-06-20 Thread Marty Phee
The class that's trying to do the cast is org.apache.shale.component.SubView I'll keep my beans in the Request scope. Newbie alert... ;-) Craig McClanahan wrote: On 6/19/06, Marty Phee <[EMAIL PROTECTED]> wrote: Ok, I've got most everything working. Combination of things mostly me not kno

Re: [shale] Problems with View controller

2006-06-19 Thread Craig McClanahan
On 6/19/06, Marty Phee <[EMAIL PROTECTED]> wrote: Ok, I've got most everything working. Combination of things mostly me not know how to configure everything. There is a problem though if you use tiger and subview. Only init() will be called if the bean is marked session. If you mark it reque

Re: [shale] Problems with View controller

2006-06-19 Thread Marty Phee
Ok, I've got most everything working. Combination of things mostly me not know how to configure everything. There is a problem though if you use tiger and subview. Only init() will be called if the bean is marked session. If you mark it request init and destroy will be called. The problem

Re: [shale] Problems with View controller

2006-06-19 Thread Craig McClanahan
On 6/19/06, Marty Phee <[EMAIL PROTECTED]> wrote: I'm using: shale, tiger, tiles. Nothing like trying *all* the new stuff all at once :-). How recent is the Shale build you are using? I ask because there were recent (after 1.0.2) changes in how init and destroy get called such that they sho

[shale] Problems with View controller

2006-06-19 Thread Marty Phee
I'm using: shale, tiger, tiles. I have a layout with one of the tiles being AdminContent.jsp. path="/admin/layouts/mainLayout.jsp"> I have a backing bean bean.AdminContent which is also declared as a @View. @Bean(name="AdminContent", scope= Scope.