Hi Andrew I have an situation, where the dropdown on JSF page gets populated with 14,171 records from database using Hibernate Named Query.
Accessing the page very first time works well & the dropdown gets populated Subsequent accessing the page calls JSF action method reset , which reset the dropdown i.e. addrBlkSelectItems = null so that it gets populated fresh from the database. But it results in java.lang.OutOfMemoryError: Java heap space Not sure what i am doing wrong Any pointers/suggestions will be highly appreciated Regards Bansi -- View this message in context: http://www.nabble.com/JSF-dropdown-results-in-Out-Of-Memory-tf4693846.html#a13416630 Sent from the MyFaces - Users mailing list archive at Nabble.com.

