EOLAS fix for ColdFusion Flash Forms
12 comments Posted by: Nahuel ForondaAdobe just released a new ColdFusion MX 7 Updater that works with Flex 2 (beta 3). This updater also fixes the EOLAS problem. We've received a lot of questions about this issue and the answer is: don't worry, Adobe will care of it.
Also, I highly recommend that you start playing with the new Flex2 (beta 3). It rocks :)
More info on Damon's blog.
Category: CFForm | ColdFusion | Flex |
If you ever used cfgrid, you know that it accepts a query as its data. Each cfgridcolumn of the grid has to be a column of the query. You cannot combine two or more columns or add something to the column. That means that any formatting of the data needs to be done before giving the query to the grid (unless you loop over it and use 