not inserting data into database from jsf web module connecting with ejb module..
- by krazyk
hello..
in my application i had taken ejbmodule and web module seprately.
in ejb module there is one entity and session bean with remote interface.
in web module i had taken jsf and used managed bean for calling method of session bean.
and used jsf page with .jsp extension where m had put 2 textboxes and one commandbutton.which mapped to managed bean.
my database table has only 2 field.
bt when i run the application and entered data then click on button no operation is done.no data inserted into database table.
i m nt given any error.so couldn't found any problem..
also dnt knw clear abt faces-config.xml file i had written abt managed bean into tht file..
plz guide me wht will be the actual problem?.
thanks in advance..
waiting for positive reply..