Re: Replacing default type coercer
"Thiago H. de Paula Figueiredo" <[email protected]>
| Newsgroups | gmane.comp.java.tapestry.user |
|---|---|
| Message-ID | <CAE_88GbYhtU3YtX3ivt-AzPrHVmxdTYUXe7H1TQ1Xy-L2p-Y6Q@mail.gmail.com> |
On Thu, Jun 1, 2017 at 4:12 AM, Andrias Sundskarð <[email protected]> wrote: > That might work, but I'm thinking that the type coercer solution is more > like "code once, fix every page", right? Right. Or you could create a new class wrapping a collection and contribute a coercion for it to GridDataSource, avoiding trying to override an existing coercion. > However, the question on how to replace an existing type coercer remains. > Is that not possible? > I may be wrong and I haven't tested, but I don't think so. I'm very curious on why you want or need to override this coercion in first place.