In many leading DDD projects, especially MVC style, I see the UI using display objects that mirror domain entities, rather than using those domain objects directly. This style
The answer is quite straight :
If you can use your domain objects in the view, they are maybe not quite domain oriented.