I don't believe so. The tags for jsp are resolved by the web server into servlet code. If your running an application than it won't be processing your program as a servlet through the webserver, thus no resolution of tags. It may be possible to create a jsp page and then use an HTML enabled object to reference the page, so that the JSP code is resolved by the webserver, but the rest of the application is standard java. I don't think you will be able to reference objects in the page from tghe application and vice versa though.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.