How to pass linkedhashmap from java servlet to jsp using request.setatttibute() and how to use it in the jsp`
LinkedHashmap<String,Person> link = new LinkedHashmap<String,Person>()
request.settattribute("hash",link)
Now how do I get it in the jsp and make it work
 
    