| Author |
Message |
|
|
It is not possible for me to use only eCruiser components. We need those richfaces components. We spent much time on implementing them, and it's too much work to build new ones.
Attached is a Java file with the implementation:
Notes....
Its a bit wacky code, the TSFGrid isnt used in this example, nor is the TSFForm.
We have 2 layoutpanes, each containing a HtmlAjaxOutputPanel, which is an ajax4jsf component and extends UIComponent in a way.
the exception still occurs. Cannot cast HtmlAjaxOutputPanel to ECComponent
|
 |
|
|
Hi,
Im trying to integrate eCruiser LayoutPane with my existing RichFaces components. I want to put components on my LayoutPane, but when I do this, a classCastException occurs:
java.lang.ClassCastException:
org.ajax4jsf.component.html.HtmlAjaxOutputPanel cannot be cast to ecruiser.component.ECComponent
Is there any way to put a4j or richfaces components on a LayoutPane dynamically with Java?
Thx in advance
|
 |
|
|
|
|