namrata suri wrote:
Here, the functions of the bean are visible and I do not want that. How can I use beans to solve the problem.
Hi,
Could you please clarify the question, do you mean the method of the
EJB is visible in the JSP, and you don't want that? Could you post the code of the EJB?
For info you can use the <%= %> notation in the JSP, which is lighter than <% out.println(); %>
For example the following line
can be written: