I'm assuming this is your class constructor? Is your class name transactionBrowserBean or should the constructor be TransactionBrowserBean? Does that make a difference at all? I think maybe your List is not being poplulated?
How would a list *not* be populated, the only way I can think of is if the constructor is not called...
Here is the entire class file:
Thanks,
--Todd [ May 11, 2006: Message edited by: Todd Patrick ]
g madhava
Ranch Hand
Joined: Sep 14, 2001
Posts: 85
posted
0
To confirm whether your constructor is getting called or not, why not put a [ System.out.println("transaction Browser bean") ] and check in the console whether it's getting printed or not.
Are you sure that the managed bean which you are referencing in the JSP page is the same as that you had configured in the "faces-config.xml" (faces configuration file) mapping to the "transactionBrowserBean" class ?