[EMAIL PROTECTED] wrote:
It seems so simple by I am brain dead today. Would I create a bean that is just a collection and then populate that collection with the List I want the user to choose from? How would I put the list in the jsp?
You'll have to describe what you're trying to do in more detail, since there's all sorts of ways to approach this. For example, you could put the List object directly into request, session or application scope, set it as a property in a form bean, or various other options. It all depends how you want to use it / what you want to do with it.
L. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]