General Converter

2013-08-13 Thread info
Hi all, is there a plan to implement Seam like general Converter like the Seam Faces Object converter? I know it is not really a cdi topic, but there is still a big gap between what Seam was providing and what DeltaSpike does. Thanks and Regards Florian

Re: General Converter

2013-08-16 Thread Mark Struberg
- > From: "i...@softwareentwicklung-hell.de" > To: dev@deltaspike.apache.org > Cc: > Sent: Tuesday, 13 August 2013, 14:35 > Subject: General Converter > > Hi all, > > is there a plan to implement Seam like general Converter like the Seam  > Faces Obj

Re: General Converter

2013-08-17 Thread Adrian Gonzalez
apache.org" Envoyé le : Vendredi 16 août 2013 12h39 Objet : Re: General Converter Hi Florian! Not yet on our list. We are currently working on getting 0.5 out of the door (code reviews and testing against many containers) Please file a feature request in JIRA describing what this Seam2 featur

Re: General Converter

2013-08-17 Thread hantsy
egards, > Adrian > > [1] http://showcase.omnifaces.org/converters/SelectItemsConverter > > > > De : Mark Struberg > À : "dev@deltaspike.apache.org" > Envoyé le : Vendredi 16 août 2013 12h39 > Objet : Re: General Converter >

Re: General Converter

2013-08-17 Thread hantsy
; À : "dev@deltaspike.apache.org" > Envoyé le : Vendredi 16 août 2013 12h39 > Objet : Re: General Converter > > > Hi Florian! > > Not yet on our list. We are currently working on getting 0.5 out of the door > (code reviews and testing against many containers)

Re: General Converter

2013-08-17 Thread Jason Porter
t;> at Omnifaces SelectItemsConverter [1]. >> >> Regards, >> Adrian >> >> [1] http://showcase.omnifaces.org/converters/SelectItemsConverter >> >> >> ____ >> De : Mark Struberg >> À : "dev@deltaspike.

Re: General Converter

2013-08-19 Thread Pete Muir
gt; 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 >>> >>> >

Re: General Converter

2013-08-19 Thread Jason Porter
gt;> 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/SelectItemsConv

Re: General Converter

2013-08-19 Thread Arne Limburg
te/JPA @ManyToMany relation correctly with any >> >> codes in the backend codes when I selected or unselected an option. >> >> Hantsy >> >> On 8/18/2013 05:42, Adrian Gonzalez wrote: >> >>> Hi, >> >>> >> >>> In the mea

Re: General Converter

2013-08-19 Thread Jason Porter
Yeah, it's doable. We'd need to tweak how we're storing things and possibly do a fetch / or merge. Though the OT is "general" converter, what we're now talking about is an entity converter, so which one do people want? On Mon, Aug 19, 2013 at 8:49 AM, Arne Limbur

AW: General Converter

2013-08-19 Thread Thomas Herzog
...@openknowledge.de] Gesendet: Montag, 19. August 2013 16:50 An: dev@deltaspike.apache.org Betreff: Re: General Converter Hmm, Anyway, with an EntityManager we could identify the id field of the entity and convert the entity to its id and vice versa. This could be useful for lists or select menus. Am

Re: General Converter

2013-08-19 Thread info
Oh well, my intention was a simple entity converter. Quoting Jason Porter : Yeah, it's doable. We'd need to tweak how we're storing things and possibly do a fetch / or merge. Though the OT is "general" converter, what we're now talking about is an entity con

Re: General Converter

2013-08-19 Thread Pete Muir
ManytoMany. >>>>> The Seam2 version works perfectlyit works in request, >>> conversation >>>>> and other scopes...the better is when I used multi check box...it can >>>>> deal with the Hibernate/JPA @ManyToMany relation correctly with any >>>>> co