Hi all
I am trying to execute a program with UseBean(beanName property).
Product.java has;
ProductDetail.java has;
Jsp has:
I am expecting valid response but error is displayed; can anyone of you please help me to fix this? I understood that beanName should be a fully qualified
java class name..
<b>JSPG0227E: Exception caught while translating /Jsp/ActionTagTest1.jsp: /Jsp/ActionTagTest1.jsp(49,1) --> jsp.error.beans.noproperty</b>
Note: If i replace beanName with class i am seeing valid response.