how can we retrieve the values in jsp by using custom tags
Answer Posted / vij
${person.name}
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I perform browser redirection from a jsp page?
How do I open a jsp file?
What is the scope of response object?
What is expression language in jsp?
What are the different directives in jsp?
Which one is better jsp or servlet?
What is jstl (jsp standard tag library)?
How many jsp scripting elements are there and what are they?
Can I stop jsp execution while in the midst of processing a request?
What is session management in jsp?
Where do I create jsp in eclipse?
What do you mean by jstl?
How to call java method in jsp page on button click?
Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?
What is an implicit object?