-
Please reply guys.....I am eagerly wating the reply.....
Any help would be appreciated.....
Thanks,
Uday.
2009-07-03 14:01:14 UTC in Display Tag Library
-
I am still struck with the same problem...
I am awaiting your reply...
Does any one has any suggestions..
2009-07-01 05:22:56 UTC in Display Tag Library
-
Thanks for ur Reply Chikkubhai...
But I am still not clear with the HashMap syntax to be used...
public Map<String, Object> referenceData(HttpServletRequest request) {
Map<String, Object> model = new HashMap<String, Object>();
List<CustReleaseDetailsForm> lstFormcustDetails = new ArrayList<CustReleaseDetailsForm>();
List...
2009-06-26 13:05:00 UTC in Display Tag Library
-
Hi Vivek,
I am also facing a similar problem.Can you please let me know if you found the solution for the said problem....
Thanx...
Uday.
2009-06-25 07:10:40 UTC in Display Tag Library
-
Hello Friends,
I am facing trouble using Hash Map with Display Tag.
I have build a Hashmap whose key will contain Date and value would contain a List.
Then I have put this Map inside a List.
Now In the view, I want to display Map key(i.e Date) as Header of the column and Map value (i.e Elements in the List in my case) as rows in that column.
Does Any one has idea of the Display...
2009-06-25 05:00:56 UTC in Display Tag Library
-
Hello Friends,
I am facing trouble using Hash Map with Display Tag.
I have build a Hashmap whose key will contain Date and value would contain a List.
Then I have put this Map into a List.
Now In the view, I want to display Map key(i.e Date) as Header of the column and Map value (i.e List in my case) as rows in that column.
Does Any one has idea of the Display tag syntax to be used ?...
2009-06-24 07:11:03 UTC in Display Tag Library