• 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

Listener event in a <f:ajax> tag doesn't get fired in the server side

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I got stuck with this problem. I wrap two tables inside of a h:form tag because if I try to wrap indiviual inputs, it gives problems. So my goal is a listener to get fired in the server side when a user click a check box. I use execute="@this" because I don't want to sent all the inputs.... The javascript event in onevent attribute gets fired, but no the listener in the sever. I can see when I click it, a post it's going to the server.

View:



Controller:



I will really apprecite it if someone can help me out,

Thanks!
 
reply
    Bookmark Topic Watch Topic
  • New Topic