How can you include the results of another page?
No Answer is Posted For this Question
Be the First to Post Answer
How can we use beans in jsp?
How can we create jsp custom tags?
What is response sendredirect?
What is the purpose of creating custom tags?
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.
What is a jsp expression?
Why do we use expression language in jsp?
What do you mean by isscriptingenabled attribute?
Why do we need servlets and jsp?
Why taglib is used in jsp?
How do we print “<br> creates a new line in html” in jsp?
Why use of scripting elements in jsp is discouraged?