Which tag should be used to pass information from jsp to include jsp?
No Answer is Posted For this Question
Be the First to Post Answer
How are jsp(java server pages) better than asp(active server pages)?
Can jsp contain javascript?
What are different types of comments in jsp?
Why is jsp used?
Can Static method be Override?
why we use jsp as view
3 Answers NCS, Scope International,
how to u se in jsp
What is content type in jsp?
When the destroy method of the jsp's are called?
What are jsp action tags?
What is the jsp:setproperty action?
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.