I am totally new to
JSF and as an exercise i was creating a sample application. In this application once login is complete a data table will be populated with dynamic values(for the time being it is junk values). I have been able to do the navigation and even the datatable shows upto the right number of rows however no values are shown in the data table. Please help , even after reading several solutions(most of which are pretty much similar to what i have done) i am clueless.
The flow is index.jsp ---on login ----> LoginSucces.jsp
code for index.jsp is
the faces-config.xml is
the code for LoginSuccess.jsp is
most importantly the code for managed bean for the index.jsp is IndexBean.java the code for whicih is
Account.java is a simple pojo
What am i doing wrong? Is there some problem with the scoping? during the rendering phase are the values getting reset to null ? if so , how come onve invoked thescreen shows right number of rows for the table.
I apologize before hand for the rudimentary approach I have taken above, i am still learning. I would be garteful for any help.