displaying a linked hashMap

2007-08-28 Thread sdeepak
I have a problem in displaying the Linked HashMap my linked haskmap looks like this LinkedHashMap<,>> i am trying to display attributes of slotvVO in the jsp but cannot see the results help me in achieving this -- View this message in context: http://www.nabble.com/displaying-a-linked-hashMap-t

@Element annotation

2007-07-19 Thread sdeepak
Hi all, Does any one know how to use @Element annotations. Instead of using the -conversion.properties file. I tried using it as shown below: @Element(value=com.utils.Person.class) private List persons; But it gives a NullPointerException whenever i submit the form. But with the properties fi