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 are the steps for creating custom tags in jsp?
What is the difference between java servlet and jsp?
Can an interface be implemented in the jsp file?
What is welcome file list?
Is jsp better than servlet?
Can constructor be used instead of init(), to initialize servlet?
What is jsp life cycle?
What are jsp declarations?
What are the three tags used in jsp bean development?
How to run java program in jsp page?
What is include directive in jsp?
What is jsp exception?
Which jsp implicit objects are thread safe?
What are the life-cycle methods for a jsp?
Explain the uses of jsp?