Does anyone have any examples of code for iterating through a Map containing

The application is storing data related to a Location. A location can
contain several rooms, so on the form there will be fields such as:

Locationname
Locationcity
Locationcountry

Room1name Room1description
Room2name Room2description
Room3name Room3description

The room will be defined as a bean, the bean holding name and description.
The Location will hold all the room beans in a Map.

Could anyone show me/point me at some example JSP and Java code which is
similar to what I am trying to do here

Thanks
Paul



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to