I have an index.jsp and I want to add a link in it such that when I click on the link I should be navigated to an action class info.action
.
In this action class I am using a service manager instance, calling the service and from this service accessing the Data Access Object (DAO). The result fetched from DAO has some check condition in service and according to same it should display another jsp called result.jsp.
How do I call an action from index.jsp through a link?