Antwort: Problem addressing hashtable keys in jsp-file

2006-10-25 Thread Andreas . Hartmann
Hello! The problem is fixed meanwhile. I forgot to set the Hashtable in the ActionForm after it has been defined in Action. And the line 2 in the jsp must be correctly written as Kind regards, Andreas Hartmann [EMAIL PROTECTED] schrieb am 25.10.2006 08:42:03: > > Hello! > > I' ve got the bean

Problem addressing hashtable keys in jsp-file

2006-10-25 Thread Andreas . Hartmann
Hello! I' ve got the bean jobs, which is defined in Action and provided by setAttribute(). The bean itself is a Hashtable >. In the corresponding ActionForm-class, the getter-method jlist is defined as follows: Hashtable > ht = new Hashtable >(); public ArrayList getJlist(String key) {return h