Hi Mark. It's quite hard to understand your problem from the code you've attached. you are mentioning "Postback" which is not a common term in MonoRail.
It would be better if you could post the whole code for the action and view used. regarding you question - the view *always* is being executed *after* the controller has finished it's work. so if you put something in the PropertyBag in the action, the view that will be evaluated right afterwards will 'see' this item in it's properties. As for the exact behaviour of the IsDefined method - it's part of brail's view engine. but at the end of the day it simply asks the current view's properties whether it contains the requested key. It should work, but without seeing your code and better understanding your problem, it'd be difficult to debug On Feb 12, 6:54 pm, M Kenyon II <[email protected]> wrote: > Correction, I found > this:http://api.castleproject.org/html/M_Castle_MonoRail_Views_Brail_Brail... > > Tho, it's not much help. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---
