Re: Problem with collection in select

2009-09-02 Thread Mrakomor
Your advice works! I used a javascript workaround in the meantime, however your answer will spare me a lot of time next time. -- View this message in context: http://www.nabble.com/Problem-with-collection-in-select-tp25256112p25259300.html Sent from the Struts - User mailing list archive at Nab

Problem with collection in select

2009-09-02 Thread Mrakomor
Hello folks, I wanted to use a Struts 2 select in the form. I wanted to populate the list using filtered collection. If I use it without the filter, like this: it works just fine. In depzad.dzZadostMat.contractList is a list of the contracts and contract numbers are in the select. If I use