wrb-seqinc
-
5/4/2011 5:17:57 PM
Class Form Definition Caching
Hello,
I have a monster BizForm (100+ fields) and I needed to change the validation error message on all fields. So, rather than doing this one by one via the CMS, I manually updated CMS_Class.ClassFormDefinition in the database (using find and replace on the XML). However, I made an error at first and duplicated the validationerrormessage attribute in one particular node. I have corrected that (again through DB) but it seems as though the FormClassDefinition object is cached.
I’m getting an error in CMSModules\Bizforms\Tools\BizForm_Edit_Data.aspx.cs on line #55:
Line 55: mFormInfo.LoadXmlDefinition(dci.ClassFormDefinition);
So, it looks like dci.ClassFormDefinition is cached. I’ve verified that the ClassFormDefinition in the DB is accurate.
Any help would be greatly appreciated!
Thanks, Ryan
|