Le samedi 12 juin 2010 à 06:41 -0700, ZuLuuuuuu a écrit :
> Hello,
>
> Today's noob questions is...
Actually it's not a noob question, you found a bug :D
I fixed it in master. The problem was that #updatePage: was called
before controller methods.
If you don't want to use the dev branch, you can avoid the problem with
a simple workaround:
MyApplication>>someController [
<category: 'controllers'>
page head title: 'foo'.
....
]
We'll try to do releases more often, so it will be in stable soon
anyway.
Thanks,
Nico