I'm new to JSP and I have a problem related to it : I wrote a little
bean and a jsp file in which I tried to call a method of the bean for a
test :
<% if (myTestTag.getPage()==0){ %>
the method described exists but still I get the following message in
the browser :
Error: 500
testtag.TestTag: method getPage()I not found
What have I done wrong ?
The source files ( for the bean and jsp ) are put as an attachment
Thank you and sorry for inconvenience !
testtag.jsp