I have an issue with the code below. When I first access the page the submit buttons work, this is without selecting any items in the select box. If I then select any item in the list box and click the submit button nothing is happening. It's almost as if the buttons are disabled when an item is selected. Any insite would be wonderful.
Well, you've got 3 submit buttons, 1 of which has an actionListeners attached to it and one with an action, and all you said was "...the submit button..."
And are you sure they aren't working? Or is something in the backing bean not working? What exactly do you mean by not working?