Tagged Questions
5
votes
5answers
16k views
Using request.setAttribute in a JSP page
Is it possible to use request.setAttribute on a JSP page and then on HTML Submit get the same request attribute in the Servlet?
1
vote
0answers
349 views
cannot use HttpSession.setAttribute method when compiling via JavaCompiler tool library
I am using the following code to generate and compile java program inside another java program:
import javax.tools.*;
JavaCompiler compiler = ToolProvider.getSystemJavaCompiler();
compiler.run(null, ...