PLZ help : urgent

2006-06-16 Thread Nikita Desai
Hi, I have one problem in displaying value of form bean in jsp page. In my action class i am getting collection of formbean from database. Form bean contains division, heading, date as property. From database I can get same division name several times , so i want to display unique on jsp page.

How to retrieve value of hashmap parameter in action class

2006-06-12 Thread Nikita Desai
Hi, I have one problem regarding how to retrieve value of hashmap parameter action action of struts. In jsp page I have code like this % java.util.HashMap params = new java.util.HashMap(); params.put(var1,1); params.put(var2,10); params.put(var3,1);