Refreshing view.xxxModel.xml files bug?
I had created an entity object and a view object, then later decided to remove a few of the columns. I updated the jsp's that referenced them, but am getting errors referencing the columns that no longer exist in the entities or views.
In digging through the code, I find the view.myjspModel.xml files are NOT being updated automatically to remove deleted columns from the view and/or entity objects. Since JDev doesn't allow direct editing of the XML, the only workaround I've found is to edit them externally to JDev...not something I'm particularly thrilled about doing.
Is there a work-around for this?