user  

Indexed Properties with Sets

Matt Raible
Sun, 08 May 2005 08:39:22 -0700

I've had much success doing indexed properties with a java.util.List, but no luck with figuring out how to do it with a java.util.Set. Is it possible? With a list, you can use the setProperty(index i, ActionForm form) signature, but I haven't been able to figure out how to do this with a Set. Is anyone doing this?

As an alternative, I suppose I could modify my Form -> POJO conversion to detect Sets and properly convert List to Set.

Thanks,

Matt


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]