How can I use the results of my method?
ea:
<%!
method (int x) {
stuff
return y;
}
%>
<%
out.println(y);
%>
how can I make this work? "y" is a variable made during the
method.
No Answer is Posted For this Question
Be the First to Post Answer
How do we configure init params for jsp?
Can you override jspinit() method? If yes, in which cases?
Explain the jsp:setProperty action.
List the different scope values for the <jsp:usebean> tag in jsp?
How do I run a jsp file in linux?
Can we override jsp service method?
How is jsp used in the mvc model?
What is use of scriptlet tags in jsp?
What do you know about jsp tags?
Explain translation phase.
How can I enable session tracking for jsp pages if the browser has disabled cookies?
What is context in jsp?