I have done some archive searching and cannot seem to hit this topic. My business tier is going to be sending me a chunk of data that is delimited into key/value pairs. I want to parse this data and put it into a Hashtable. I want to be able to access this data from a jsp.
1. Is Hashtable the correct storage object? 2. How should the Hashtable be stored on the request, wrapped inside a bean? 3. What is the syntax in the jsp to retrieve the values given a key? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

