| Author |
Regarding spring mvc
|
yekkala krishna
Ranch Hand
Joined: Mar 04, 2007
Posts: 105
|
|
Hi,
In my application we are using spring mvc.
Here we are redirecting information to Jsp with help of mav.setViewName("admin.jsp");
But in my admin.jsp some information needs to redirect to serverDetails.jsp in the below syntax:
<a href="#" onclick="window.open('<c:url value="./serverDetails.jsp"><c:param name='serverName'><%=icServer%></c:param></c:url>','_blank','width=500,height=333,location=no,menubar=no,status=no,directories=no,menubar=no,scrollbars=no,location=no');return false">Click for Details</td>
</tr>
if i keep serverDetail.jsp in base folder its working fine. but when i keep in WEB-INF/views folder its not accessible what can i do to solve this issue.
But i need to keep in WEB-INF/views folder only.
thanks in advance.
regards,
rama.
|
 |
 |
|
|
subject: Regarding spring mvc
|
|
|