I just upgraded an app from 1.4-M2 to RC2 and found a weird behavior. I have a form that I enable / disable via a link on the page. Within that form, I have a table. Each row of the table is a DB object. In one column, I have links to go to detailed view or edit pages. In the other columns, I have labels if you're not in edit mode and textfields if you are in edit mode.
Previously, the links were enabled regardless of the form's enabled state. In RC2, if the form is disabled, the links are disabled. Why was this change made? Should it be that way (my feeling is no). -- Jeremy Thomerson http://www.wickettraining.com
