Re: aliasBean and dataTable

2005-11-29 Thread Mike Kienenberger
Ketan, This is probably not an aliasBean problem, but a problem with using a request-scoped bean as your dataTable model. Change abcManagedBean to be session-scoped and see if the problem goes away. If it does, you can either leave it session-scoped, or use t:saveState to preserve the request-sc

aliasBean and dataTable

2005-11-29 Thread ketan . khimani
Hi, Refering to the following post, http://www.mail-archive.com/users@myfaces.apache.org/msg04404.html http://www.nabble.com/aliasbean-and-alias-usage-in-binding-p402806.html I am using javax.servlet.ServletException: Base is null: abcLocalBean I am not binding the dataTable. Is there any