hello i have succesfully used the coldfusion wizard to connect to mysql db and read the required information on a master/datagrid page, however when i try to launch the detail page or if i make a master/detail page and select a record from which to populate the details with i recieve an error
the error reads: (mx.rpc::Fault)#0 errorID=0 faultCode="Server.Processing" faultDetail = "Please check that the given name is correct and that the component exists." faultString="Could not find the ColdFusion Component remoteTestTwo.components.cfgenerated.masterdetail.hot_topicsBean." message = "faultCode: Server.Prcessing ... name = "Error" rootCause=(null) the error box will go away when the ok is clicked but the detail info does not populate when i look at my project structure i do in fact have a file called "hot_topicsBean.cfc" in the defined directory so i am not sure what is happening here any direction greatly appreciated

