| Author |
How will find Spring Controller (Action) Class Mapping from JSP(which developed by using JSTL &EL)
|
nageswarreddy kurakula
Greenhorn
Joined: Apr 26, 2012
Posts: 3
|
|
Ex:
<form:form method="POST" action="${action}" commandName="serverForm">
<c:if test="${!empty serverForm.id}" >
<div><form:hidden path="id"/></div>
How to find Cotroller class for this, I mean where I need verify.
|
 |
 |
|
|
subject: How will find Spring Controller (Action) Class Mapping from JSP(which developed by using JSTL &EL)
|
|
|