Hi to all, I had a question:
I noticed that when i tried to make my response.menu dynamic, based on the values in the session, there was a lag in the update: i.e. I would set the session values in the controller for the current page, but the menu appears to already be rendered based on the values set on the previous page (controller) - even though the current values show on the session dump on the current page. To get around this, I just set my response.menu directly in the controller, so nbd. I'm just wondering if it is always the case for the model files and whether there is something else i should look out for because of this. Thanks, Casey