Re: [Stripes-users] TypeConverters and the declare type.

2013-03-18 Thread Robert Nicholson
In my case the bean is the actual JPA hibernate class and so it's modeled as a String. However, some extensions were written on top of Display Tag to provide filtering ie. searching whereby a textfield or popup is added as the header of each column. The idea is that it's suppose to populate an

Re: [Stripes-users] TypeConverters and the declare type.

2013-03-18 Thread Remi VANKEISBELCK
I don't get it. You mean you have an action bean that references an object (JPA) and you want to bind a string to one of its props ? action -> pojo -> String ? What's display tag have to do with it ? In all cases, Stripes binds request params using the declared type of the property. You can