how can we retrieve the values in jsp by using custom tags
Answer Posted / sandeep
using get methods
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why is jsp used for?
What is include directive in jsp?
Show attributes of page directives.
Why are jsp pages the preferred api for creating a web-based client program?
How can I enable session tracking for jsp pages if the browser has disabled cookies?
How to send data from one page to another in jsp?
What is jstl (jsp standard tag library)?
How to call java method in jsp page on button click?
How many tags are provided by jstl?
Which is better jsp or javascript?
How to ignore the el expression evaluation in a jsp?
Hi, We developed a webpage using jsp for our team, now we need to know who are employees opening this page,i.e, we need to get the windows user name when ever he/she open the page and stores into a variable. Plz help on this
How can I override the jspdestroy() method within a jsp page?
How we can include the result of another page in jsp?
Differentiate between pagecontext.include and jsp:include?