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
When does a container initialize multiple jsp objects?
How to send data from one page to another in jsp?
What does .com stand for?
What are the implicit, internal el jsp objects and their differences from jsp objects?
What are the two kinds of comments in jsp and what's the difference between them ?
Why are implicit objects not available in a regular jsp page?
Can init method be overridden?
Explain translation phase.
How are custom tags in jsp created?
Where do I create jsp in eclipse?
What are standard actions in JSP?
What is the use of Application Object and Session Object in JSP?