| Author |
a4j:Support and Component Binding don't like each other
|
Sasha Baker
Greenhorn
Joined: Nov 25, 2008
Posts: 4
|
|
I have two pieces on my JSF page that can't stand each other. Only one of these works fine. A checkbox that switches <h:inputText /> visibility on/off: A <h:panelGrid /> that recieves its content from a bean class. No children are added on the panelGrid. The Exception I get, when clicking on the Checkbox: Can anybody help me? It must have something to do with the lifecycle and the binding for <h:panelGrid binding="#{...}" />. Without this binding, all is fine...
|
 |
Sasha Baker
Greenhorn
Joined: Nov 25, 2008
Posts: 4
|
|
Any ideas? During Restore View Phase, the CONVERSATION scoped bean isn't available. Event scoped bean isn't an option, because it needs data from the Conversation bean (a previous selection is stored there). So I need to bypass this anyway... http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994781#3994781 This could help, too: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993288#3993288 http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094936#4094936 http://markmail.org/message/iiucchglpn5r5fcr [ November 26, 2008: Message edited by: Sasha Baker ] [ November 26, 2008: Message edited by: Sasha Baker ]
|
 |
 |
|
|
subject: a4j:Support and Component Binding don't like each other
|
|
|