[jira] [Commented] (DELTASPIKE-399) Incorporate Solder's ResourceLoader features into DeltaSpike

2013-08-17 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13742910#comment-13742910 ] Mark Struberg commented on DELTASPIKE-399: -- sounds ok for 0.6.

Re: General Converter

2013-08-17 Thread Adrian Gonzalez
Hi,  In the meantime, if you're looking for a JSF converter, you can take a look at Omnifaces SelectItemsConverter [1]. Regards, Adrian [1] http://showcase.omnifaces.org/converters/SelectItemsConverter De : Mark Struberg strub...@yahoo.de À :

Re: General Converter

2013-08-17 Thread hantsy
It seems it does not support @ManyToMany relation... for example, in multi checkbox. Hantsy On 8/18/2013 05:42, Adrian Gonzalez wrote: Hi, In the meantime, if you're looking for a JSF converter, you can take a look at Omnifaces SelectItemsConverter [1]. Regards, Adrian [1]

Re: General Converter

2013-08-17 Thread Jason Porter
The problem with a generic JSF converter is that it has to be very dumb, or you have to use a certain kind of object.  The Seam 3 converter went as generic as possible, it also kept things in the conversion (and should work fine in the request as a conversation is at least as