Skip to content Skip to sidebar Skip to footer
Showing posts with the label Jsp Tags

How To Pass Object Using Jsp:include Param Tag Into Another Jsp

I am trying to send DTO Object from one jsp to another jsp using jsp:include tag. But it is always … Read more How To Pass Object Using Jsp:include Param Tag Into Another Jsp

How To Clear The Httpsession, If The User Close The Browser In Java

I am trying to clear the HttpSession if the consumer close the browser window. I dont know how to d… Read more How To Clear The Httpsession, If The User Close The Browser In Java