How to get value from java to jsp page?
No Answer is Posted For this Question
Be the First to Post Answer
Can you explain what is jsp page life cycle?
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.
How can multiple submits due to refresh button clicks be prevented?
What do cookies mean?
What is jsp scriptlet?
How to include a jsp file in another jsp file?
How can I override the jspinit() and jspdestroy() methods within a jsp page?
What are the types of jstl tags?
Explain scriptlet, expression and declaration in jsp.
Can you use javascript in jsp?
Which categories can be divided jstl tags, give examples.
What is jsp application?