Hi,
I have the following JSP code snippet:
Now I need to pass the variable _paidId that has been initialized in JSP to a method in a controller. I dont want to useCode:<tr class="gRow" _paidId="<c:write name="pay" property="paid" />">
request.setAttribute()
is there any other way? I am using spring mvc


Reply With Quote

Bookmarks