Hello,
I am creating
jsp page to get user input, calling another jsp to set bean properties and also calling
java class to calculate days. But I am getting error on that method calling line. My code are as follow:
1. home.jsp
2. Bean.jsp
3. MyBean.java
4. java class
I would really appreciate, if anyone could help me.