I made a Gist for you to keep the list less cluttered and preserve formatting/etc (since the mailer would mess it up):
https://gist.github.com/mrg/8943683 HTH, mrg On Tue, Feb 11, 2014 at 3:07 PM, Richard Frovarp <[email protected]>wrote: > This is the wrong list, but how did you accomplish triming the form > inputs? Is there one of those wonderful hidden ways to do that everywhere > by default? That would accomplish my goals as well, as I am using Tapestry > too. > > > On 02/11/2014 01:54 PM, Michael Gentry wrote: > >> You could also use custom templates or, if a web application, hit it with >> a >> big hammer and trim all form inputs every submit (that's what I did in a >> Tapestry application). >> >> >> On Tue, Feb 11, 2014 at 2:31 PM, John Huss <[email protected]> wrote: >> >> You can subclass CayenneDataObject and override writePropertyDirectly. >>> That should do it. >>> >>> >>> On Tue, Feb 11, 2014 at 1:10 PM, Richard Frovarp <[email protected] >>> >>>> wrote: >>>> >>> >>> Upon insert I want to trim strings going into the database. Is there an >>>> easy way to configure this? >>>> >>>> I know I can override all of the appropriate functions for my settings >>>> >>> and >>> >>>> use StringUtils.trim(), then call super, but I would like an easier >>>> >>> method >>> >>>> that I'm less likely to forget to do. >>>> >>>> Thanks, >>>> Richard >>>> >>>> >>> >> >
