Re: Getting an object from a Hashtable

2002-05-27 Thread Ted Husted
age 59, a pattern using hashmaps > as data transfer objects. Could this "transfer" by understood as transfer > "to JSP"? I would grateful any light. > > Any solution to this issue? Thanks in advance. > > Adolfo. > > >From: Ted Husted <[EMAIL PROTE

Re: Getting an object from a Hashtable

2002-05-25 Thread Adolfo Miguelez
ot;transfer" by understood as transfer "to JSP"? I would grateful any light. Any solution to this issue? Thanks in advance. Adolfo. >From: Ted Husted <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: Struts Users Mailing List <[EMAIL PROTECTED]> >Subject:

Re: Getting an object from a Hashtable

2002-05-24 Thread Ted Husted
; } public void setValue(String key, Object value) { getValues().put(key,value); } public Object getValue(String key) { return getValues().get(key); } > > Do something here. > "Struts Newsgroup (@Basebeans.com)" wrote: > > Subject: Getting a

Getting an object from a Hashtable

2002-05-24 Thread @Basebeans.com
Subject: Getting an object from a Hashtable From: "Scott Curtis" <[EMAIL PROTECTED]> === Hi, I want to be able to check the value of a property held within a hashtable using a Struts tag such as . For example I have a Hashtable which contains a collection of JavaBeans. In the JS