InterviewSolution
Saved Bookmarks
| 1. |
What is the use of tag? |
|
Answer» The <c:set > tag is JSTL-friendly version of the setProperty action. The tag is helpful because it evaluates an expression and uses the results to set a value of a JavaBean or a java.util.Map object. |
|