Re: [Stripes-users] Formatting Collection values

2012-05-14 Thread Martin Walsh
Yes, I have created a custom CollectionFormatter, which is never called due to the tag issue described below. I have created a bug for the issue here: http://www.stripesframework.org/jira/browse/STS-878 M On 05/12/12 03:33 PM, Javier Domingo wrote: For going from input - collection you need

Re: [Stripes-users] Formatting Collection values

2012-05-12 Thread Javier Domingo
For going from input - collection you need the Converter, for collection - output you need the formatter. Have you created a custom FormatterFactory? I don't know too much stripes though, but if you provided some example I would try to figure out something. I used this project, together with

Re: [Stripes-users] Formatting Collection values

2012-05-11 Thread Javier Domingo
You can specify which format type converter is meant to be used. That in the action bean declaration. Hope that helps a little, Javier Domingo 2012/5/10 Martin Walsh martin.wa...@oracle.com I am having some issues related to the following bug:

Re: [Stripes-users] Formatting Collection values

2012-05-11 Thread Martin Walsh
Thanks for the response Javier. I have specified the type converter. Conversion is done correctly from String-Collection. The problem is when the form is redisplayed, only the first value of the collection is displayed. This is down to the stripes:text tag getting first value and handing

[Stripes-users] Formatting Collection values

2012-05-10 Thread Martin Walsh
I am having some issues related to the following bug: http://www.stripesframework.org/jira/browse/STS-541 I am using BeanFirstPopulationStrategy with the OneToManyTypeConverter. A form takes a comma separated list of values from a single text field, then converts and stores them in a