[flexcoders] Help any body

2007-04-11 Thread nsiddiquics
I am making Admin Panel in flex. I am making websie for the TV channel
that is food cooking channel. I have used data services to bring data
from MySQL database in the grid. I have used LinkBar from A to Z to
see the programs alphabetically.If I click on A it should show the
programs which starts from letter A and so on.

Please help me to rid out of this situation.

Regards.
Nasir Nawab



[flexcoders] Flex Integration with Spring and Spring with Hibernate

2007-03-26 Thread nsiddiquics
Hi,
  I m connecting flex with spring. I want to connect hibernate with
spring and then spring with flex, it is creating problem. When I am
connecting flex with spring and spring with JDBC it is giving me right
result but problem with hibernate. It is not loading data with
hibernate. It gives me this type of error.


[RPC Fault faultString=Unable to invoke a fill operation on
destination 'mySpringHibernate' due to the following error: null.
faultCode=Server.Processing faultDetail=null]
at
mx.data::ConcreteDataService/http://www.adobe.com/2006/flex/mx/internal::dispatchFaultEvent()
at ::DataListRequestResponder/fault()
at mx.rpc::AsyncRequest/fault()
at
::NetConnectionMessageResponder/NetConnectionChannel.as$40:NetConnectionMessageResponder::statusHandler()
at mx.messaging::MessageResponder/status()


Can anybody can help me to rid out of this problem.
 



[flexcoders] Help need for making login System in flex

2007-02-20 Thread nsiddiquics
I am making Login System that checks user name and password and then
it checks that user name and password is valid from the database so i
have problem in making this application in flex.