Aw: Re: Re: Re: Problems with a custom component when migrating from Glassfish(mojarra) to TomEE

2014-02-13 Thread Rene Perschon
be impossible to find equivalents in myfaces... On 14 February 2014 08:45, Rene Perschon wrote: > Yes, here it is. It's a two-stage component which displays a hierarchical > (2 levels) selection choice. > > > > Gesendet: Donnerstag, 13. Februar 2014 um 16:57 Uhr > Von: "

Aw: Re: Re: Problems with a custom component when migrating from Glassfish(mojarra) to TomEE

2014-02-13 Thread Rene Perschon
ot; Betreff: Re: Re: Problems with a custom component when migrating from Glassfish(mojarra) to TomEE do you have a screen capture or some type of demo of the Select component? On Thu, Feb 13, 2014 at 8:39 AM, Rene Perschon wrote: > I don't think a TagHandler or a custom component can do what

Aw: Re: Re: Problems with a custom component when migrating from Glassfish(mojarra) to TomEE

2014-02-13 Thread Rene Perschon
migrating from Glassfish(mojarra) to TomEE do you have a screen capture or some type of demo of the Select component? On Thu, Feb 13, 2014 at 8:39 AM, Rene Perschon wrote: > I don't think a TagHandler or a custom component can do what that code > does. It's used t

Aw: Re: Problems with a custom component when migrating from Glassfish(mojarra) to TomEE

2014-02-13 Thread Rene Perschon
cies to the Impl. > > > > e.g. > > Attribute,AttributeManager -> String[] with attribute namens > > Move all the utils functions to your own code (Util.componentIsDisabled, > > RenderKitUtils.getSelectItems. etc.) > > > > The most code doesn't really depent on the IMPL code. >

Aw: Re: Problems with a custom component when migrating from Glassfish(mojarra) to TomEE

2014-02-13 Thread Rene Perschon
> Attribute,AttributeManager -> String[] with attribute namens > Move all the utils functions to your own code (Util.componentIsDisabled, > RenderKitUtils.getSelectItems. etc.) > > The most code doesn't really depent on the IMPL code. > > > 2014-02-13 12:44 GMT+01

Aw: Re: Problems with a custom component when migrating from Glassfish(mojarra) to TomEE

2014-02-13 Thread Rene Perschon
ctionality without dependencies to the Impl. e.g. Attribute,AttributeManager -> String[] with attribute namens Move all the utils functions to your own code (Util.componentIsDisabled, RenderKitUtils.getSelectItems. etc.) The most code doesn't really depent on the IMPL code. 2014-02-13 12:44 GMT+

Problems with a custom component when migrating from Glassfish(mojarra) to TomEE

2014-02-13 Thread Rene Perschon
Hi everyone! I'm currently migrating an application from Glassfish 3.1.1 to TomEE. Now the problem is that this application contains a custom component which was unfortunately coded with hard dependencies on com.sun.faces classes (maven dependency jsf-impl). Now my question is how can i port t