Thank you for your reply!
But.. for example.. I have added the version field in one table in the db and then updated the annotation in the respective model:
Code:
@RooEntity(versionField = "VERSION", table = "ext_verbale_MT")
When I save this model Roo start his job:
Code:
Updated SRC_MAIN_WEBAPP/WEB-INF/views/extverbale.......
Updated SRC_MAIN_WEBAPP/WEB-INF/views/extverbale.......
Updated SRC_MAIN_WEBAPP/WEB-INF/views/extverbale.......
.......
for all the views in the project, not only for the saved one!!!!
And I think Roo should not edit everytime not interested view!
I mistake something?