Problem in Key acess in I18N when acessing Database?
How to acess a Key in I18N when we are overriding the getContents() method of ListResourceBundle Class in order to acess the values of Key & Value pair from any DataBase ?. I am not able to locate the appropriate Key from the Table in the Query String in order to filter data. The Key is passed by the getString("XXX"). If any one has given it a try please sujjest the solution to me.

