how can we retrieve the values in jsp by using custom tags
Answer Posted / nowsheen
I think using EL expressions can be used .
El expressions internally uses getAttribute method to
retrive the values in jsp by using custom tags
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is client side technology?
Explain JSP directives.
What is jsp translation phase?
How does jsp engines instantiate tag handler classes instances?
What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?
Can you disable jsp scripting?
What is a declaration?
Java Server Page I can use a function in two ways:
Either I declare
What is a jsp expression?
What is tld in jsp?
What is the difference between a jspwriter and a servlet printwriter?
Differentiate between pagecontext.include and jsp:include?
What is session object in jsp?
What are the jsp elements?
Differentiate between include directive and include action.