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
What is the purpose of jsp?
Can a jsp page instantiate a serialized bean?
Can u Override any of the lifecycle methods of JSP?
How does jsp engines instantiate tag handler classes instances?
What is the requirement of a tag library?
How many tags are there in jsp?
Explain what is jsp ?
Perform a browser redirection from a jsp page?
What is pagescope in jsp?
What is the need of jsp?
What are the standard actions available in jsp?
Is it possible to share an httpsession between a jsp and ejb? What happens when I change a value in the httpsession from inside an ejb?