common JSF (spec) problems/issues wiki page (was: An issue with converts and JSF2.0 CompositeComponents)

2011-07-29 Thread Jakob Korherr
Hi guys, (moving to dev-list) Sven has a point. It would be nice to have a wiki page describing common JSF (spec) problems/issues and workarounds for them. WDYT? Regards, Jakob -- Forwarded message -- From: S. Bunge Date: 2011/7/28 Subject: Re: An issue with converts and

Re: An issue with converts and JSF2.0 CompositeComponents

2011-07-28 Thread S. Bunge
Hey Matt, thanks for your help and your hint to an additional ELResolver. I've already thought that is a little gap in the spec. Maybe this could be added to the wiki-page because without your fix the CC-feature is not (really) usable in JSF2.0/2.1 I think. Best regards, Sven Am 27.07.2011

Re: An issue with converts and JSF2.0 CompositeComponents

2011-07-27 Thread Matt Benson
Hi, This looks like https://issues.apache.org/jira/browse/MYFACES-2552 where I have noted my workaround. HTH, Matt On Wed, Jul 27, 2011 at 1:00 PM, S. Bunge wrote: > Hi all, > > I got an issue using the composite components feature of jsf2.0. > It's quite possible that I'm using the feature th

An issue with converts and JSF2.0 CompositeComponents

2011-07-27 Thread S. Bunge
Hi all, I got an issue using the composite components feature of jsf2.0. It's quite possible that I'm using the feature the wrong way. I created such component to combine a label and an h:inputText. If I use it with string objects all works fine but when I start to use instances of custom class