> Hello,
>
[quoted text clipped - 54 lines]
> the descriptions in the SELECT box). How to I get the outputText to
> show the textual description of A? Do I need to declare two hashmaps [sic]?
Nah, you need a List of a custom type that holds the attributes of interest
(name, for example). Return the entire CustomType object as the value, or
keep a Map of the CustomType objects on the server only, indexed by the
returned letter (Map <String, CustomType>). Then you display the returned
object's "name" attribute (or whatever you call it) wherever you need to.
By convention, attribute and variable names begin with a lower-case letter
('rpHandler').

Signature
Lew