my dog learned polymorphism
The moose likes JSF and the fly likes selectOneMenu in DataTable Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "selectOneMenu in DataTable" Watch "selectOneMenu in DataTable" New topic
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?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: selectOneMenu in DataTable
 
Similar Threads
Please HELP me. How To Hard Code Values in Each Row of a dataTable?
Problem with h:selectManyCheckbox
selectOneMenu in the header of dataTable
datatables and selectOneMenu default Value Problem
HtmlDataTable and "duplicate ID"