• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

a4j:Support and Component Binding don't like each other

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic