Hi all,

Is it possible to Validate nested properties within a nested property?

For example:

@ValidateNestedProperties({

 @Validate(field="eventType", required=false,
converter=CalendarEventTypeTypeConverter.class),

 @Validate(field="repeatEvent.repeatType", required=false,
converter=RepeatTypeTypeConverter.class)

})

private CalendarEvent calendarEvent;

eventType validates correctly, but repeatEvent.repeatType does not leaving
me with a null object.  Does anyone have a simple workaround for this?  I'm
trying to convert enum classes and the only way I have figured out to get
it to work is using type converters.

Thanks!
------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to