• 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:commandButton not working after using rich:suggestionBox and a4j:support

 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a suggestionBox connected to a textbox. Whenever the user selects an entry from the suggestionBox, I have an a4j:support fire an action to populate an object and reRender a section of the page. This is where things get strange. For some reason, the a4j:commandButton stops working after I make the selection. I am using Eclipse-Ganymede and there are no errors in the console window. Does anyone have a clue on a possible cause for this?
 
Anthony Sykes
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Anthony Sykes wrote:I have a suggestionBox connected to a textbox. Whenever the user selects an entry from the suggestionBox, I have an a4j:support fire an action to populate an object and reRender a section of the page. This is where things get strange. For some reason, the a4j:commandButton stops working after I make the selection. I am using Eclipse-Ganymede and there are no errors in the console window. Does anyone have a clue on a possible cause for this?




Here is the code

 
Anthony Sykes
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I dont know if this matters but I have the a4j:commandButton and the rich:suggestionBox wrapped in a rich:tabPanel.
 
reply
    Bookmark Topic Watch Topic
  • New Topic