not inserting data into database from jsf web module connecting with ejb module..

Posted by krazyk on Stack Overflow See other posts from Stack Overflow or by krazyk
Published on 2010-05-06T09:52:35Z Indexed on 2010/05/06 9:58 UTC
Read the original article Hit count: 151

Filed under:

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..

© Stack Overflow or respective owner

Related posts about jsf