Hello,

I'm only half answering the question - I haven't tried to test the output from 
getResultList and feed it directly into the option tag, but in terms of 
Collection -v- List, if you check the javadocs for List you'll see that 
Collection is in its class hierarchy - that is to say that List extends 
Collection.

Therefore you can say that a List is a Collection.

As such, any difficulties you are having are likely to be a result of the 
objects in the list - the list itself will be ok.

Regards
Stuart



------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to