Hi cscsaba,

did you already have had a look at the bugzooky sample application?
http://www.stripesframework.org/display/stripes/Sample+Application
This app uses many of Stripes' features. You can surely learn a lot from
from it.

In your concrete case, you might show us small JSP and ActionBean code
samples describing your current (failing) setup. Usually the
<s:options-collection> tag works fine for List properties.

Regards,
Marcus


cscsaba242 schrieb:
> Thanks for the quick reply Stuart. 
> I have tried a list for a probe without success. I had same suspicion so Im
> already sure the problem is in my side.
>
> cscsaba
>
>
> ChopperHarris wrote:
>   
>> 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&#174; 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