A
AntoS
I'm beginning to develop using JSP, or better I would like...I prepared a
Class in JAVA and I compiled it, now I got MyClass.class file, and now...
How can use the method inside this class on my webPage? What do I have to
write on the page?
Something like <%@ import "???.MyClass.*" %>
but what exactly?
Thanks
Class in JAVA and I compiled it, now I got MyClass.class file, and now...
How can use the method inside this class on my webPage? What do I have to
write on the page?
Something like <%@ import "???.MyClass.*" %>
but what exactly?
Thanks