<bean:define id="user" name="form" property="user2" type="document.result" />
This is the example of my code. I was trying to convert my struts code into spring or jstl tag.
I tried converting this
<c:set var="user" value="${form.user2}" type="document.result" />
But the result shows no type attribute specific by set in JSTL.
Can anyone help me out,how to change it?