What you think would be better approach, to get localized messages in controller and then put them into model or to put into model message keys and internationalize them in view? So far i used latter approach -- less code.
Actually, I have more general question, what data you put into model, value objects or already HTML formatted strings(representing dates etc) which view only displays? How dumb should be view?


Reply With Quote