java - How to pass Object using jsp:include param tag into another jsp - Stack Overflow
I am trying to send DTO Object from one jsp to another jsp using jsp:include tag. But it is always treating it as String. I can't able to use DTO in my included jsp file. Here is a ......