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]



Reply via email to