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 the
How we can configure init params in jsp?
Mention the jstl core tags.
How can I prevent the use of scripts and java code on the jsp page?
Explain the difference between servlet and jsp?
Define Composition.
Can we define a class in a jsp page?
Which language is used to write servlets and jsp?
Why is it that JComponent have add() and remove() methods but Component doesn’t?
Can we override jsp service method?
What is jsp page?
What is jsp scriptlet?
What is session setattribute?
How can I set a cookie and delete a cookie from within a jsp page?
What is the jspinit() method?