This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
a4j:commandButton not working after using rich:suggestionBox and a4j:support
Anthony Sykes
Ranch Hand
Joined: Aug 25, 2007
Posts: 57
posted
0
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
Joined: Aug 25, 2007
Posts: 57
posted
0
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
Joined: Aug 25, 2007
Posts: 57
posted
0
I dont know if this matters but I have the a4j:commandButton and the rich:suggestionBox wrapped in a rich:tabPanel.