| Author |
selectOneMenu in DataTable
|
Seamus Minogue
Ranch Hand
Joined: Jun 24, 2008
Posts: 41
|
|
All, I am having some problems with the valueChangedListener for multiple selectOneMenu's in a Tomahawk DataTable. is the jsf snippet which is creating my selectOneMenu items. The myproject.listeners.StatusListener is a class which implements the ValueChangedListener interface and has a method: The problem is that the multiple selectOneMenu's display fine. And when I change the value of the FIRST one it triggers the processValueChange method. Unfortunately all the other selectOneMenu's simple cause the page to reload and the processValueChange method does not execute. I have been grappling with this for the past few hours and am sure that it is some simple incredibly obvious thing I am overlooking? Any guidance would be greatly appreciated. [ November 19, 2008: Message edited by: Seamus Minogue ]
|
 |
Vishwas Babu
Greenhorn
Joined: Nov 12, 2008
Posts: 8
|
|
Hi, Can you post you log? Regards, Vishwas
|
 |
Seamus Minogue
Ranch Hand
Joined: Jun 24, 2008
Posts: 41
|
|
Which logs are you interested in? I looked in the application log and jboss server log after recreating the problem and there are no errors logged. But if there is some other log I should be interested in?
|
 |
 |
|
|
subject: selectOneMenu in DataTable
|
|
|