Does OpenBD support Ajax like CF 8?  Would the following code work on
OpenBD?

<table>
   <tr>
      <td>Select Product:</td>
      <td><cfselect name="productid"
            bind="cfc:data.getProduct()"
            bindonload="true" /></td>
   </tr>
   <tr>
      <td>Select RDBMS:</td>
      <td><cfdiv><cfselect name="rdbmsid"
            bind="cfc:data.getRDBMS({productid})" /></cfdiv></td>
   </tr>
</table>

--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to