Re: [Stripes-users] checkbox problem

2009-11-29 Thread Rusty Wright
Yes, thanks. I realized that I needed a Platform TypeConverter/Factory this morning while lying in bed; it was yet another one of those forehead slapping "Duh! What was I thinking of?" moments. Freddy Daoud wrote: > Hi Rusty, > >> My problem is that when Stripes is calling the FacilityAdminDt

Re: [Stripes-users] checkbox problem

2009-11-29 Thread Freddy Daoud
Hi Rusty, > My problem is that when Stripes is calling the FacilityAdminDto's > setPlatforms, the Platform object it has created has its name set to the > stringified id that's in the jsp, the value= part of the checkbox. As > far as I can tell it's because it's calling a Platform constructor tha

Re: [Stripes-users] checkbox problem

2009-11-28 Thread Rusty Wright
I forgot to add that Platform does also have a no arg constructor. -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus

[Stripes-users] checkbox problem

2009-11-28 Thread Rusty Wright
My domain/model/dto object starts as public class FacilityAdminDto { private Facility facility; private Set platforms; and then it has the usual getters and setters. The jsp that's setting this has for the platforms part ${plat