Instantiating classes between jsp scriptlets

Posted by Aliens on Stack Overflow See other posts from Stack Overflow or by Aliens
Published on 2010-05-22T17:17:34Z Indexed on 2010/05/22 17:20 UTC
Read the original article Hit count: 183

Filed under:
|
|
|

Is it possible to instantiate a class and then invoke its methods between scriptlets in JSP? I am getting errors and I don't know why (java class and methods are fine). Any other way to do the same (i just want a string from a method in a class)?

© Stack Overflow or respective owner

Related posts about jsp

Related posts about classes