|
Craig McClanahan made changes - 18/Oct/06 06:07 PM
Craig McClanahan made changes - 18/Oct/06 06:15 PM
As far as I can tell, all issues with ViewController events for navigated-to pages are operating correctly (nightly build 20061020, and will be included in 1.0.4), so I'm marking this issue as fixed. Please reopen if you still have problems with the current code.
Craig McClanahan made changes - 20/Oct/06 03:08 AM
I attempted this with a build from 10/18 and my problem is still happening.
In my action method I return "display_item" I have a navigation rule like this: <navigation-rule> <navigation-case> <from-outcome>display_item</from-outcome> <to-view-id>/selectionItem.jsp</to-view-id> </navigation-case> </navigation-rule> I have a spring bean defined in my application context file: <bean id="selectionItem" class="...SelectionItemViewController" scope="request"> (using spring 2.0-final) When the before render response phase is triggered, my view controller is still not in the request map, so prerender is not called on my view controller. Later, when the first reference to my view controller is parsed in the jsp page, the view controller is loaded. [[ Old comment, sent from unregistered email on Wed, 18 Oct 2006 15:29:18 -0400 ]] Sure, thank you very much. I will let you know if it resolves my issue. JB
Rahul Akolkar made changes - 23/Jan/07 04:40 PM
Jeff Turner made changes - 09/Aug/07 07:17 AM
Antonio Petrelli made changes - 08/Jan/09 08:57 AM
Antonio Petrelli made changes - 08/Jan/09 09:08 AM
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NOTE -- in the nightly build code, the view controller stuff has been factored out of shale-core-xxxxx.jar, so you'll need to add shale-view-xxxxx.jar to your webapp as well as replacing the othe Shale jars.
[1] http://shale.apache.org/index.html#download