Posted By:
appaji_ratnaprasad
Posted On:
Tuesday, June 20, 2006 12:19 AM
Iam using jsp and servlet in webtier and Sessiona and
Entity bean on business tier. i will submit data from jsp to servlet and it goes to session bean from there it goes to entity bean where it provides persistency. if i want to return any successful message as jsp or retaining the same jsp in case of entry levele mistakes how to do that .
because at the time storing data control will be at beans .
so my question is how EJB gives response as jsp page or same jsp for reentry. how EJB and Jsp communicates