This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes EJB and other Java EE Technologies and the fly likes How will find  Spring Controller (Action) Class Mapping from JSP(which developed by using JSTL &EL) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "How will find  Spring Controller (Action) Class Mapping from JSP(which developed by using JSTL &EL)" Watch "How will find  Spring Controller (Action) Class Mapping from JSP(which developed by using JSTL &EL)" New topic
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How will find Spring Controller (Action) Class Mapping from JSP(which developed by using JSTL &EL)
 
Similar Threads
Setting currency problem.
CSS Positioning Issue
Show images dynamically from DB
IE shows a horrifying gap!
Spring MVC Request Mapping