Fixing CFEclipse Source Validation

  • Post author:
  • Post category:Uncategorized

I have run across a couple of errors that CFEclipse makes when it checks your source code for errors. For example, in the latest beta of CFE, it tells you that the style attribute is required in cfformitem, which is not true. You can easily fix such errors yourself, rather than sending in a bug report and waiting for a future release (even though you should still send in a bug report).Navigate to {cfeclipse plugin folder}/dictionary and then open up cfml7.xml (or which ever CFML version you’ve got configured), and then do a search for the tag you want to fix. In my case, I found cfformitem and changed the ‘style’ parameter from required=”true” to false.