Re: Problem with h:datatable and session managed bean

2005-10-04 Thread hicham abassi
Hello, I don't found the bug. so i regret to not continue with facelets. i don't have the time to continue to track this strange bug. As my project is not yet advanced, i have the choice to continue with Tiles. Perhaps, i'll return to facelets for a new project. Thanks for your help. 2005/10/2,

Re: Problem with h:datatable and session managed bean

2005-10-02 Thread Mike Kienenberger
Hicham is using facelets, and f:view tags aren't required. There's an open JIRA on an issue with the same error (using JSPs) http://issues.apache.org/jira/browse/MYFACES-610 It'd probably be worthwhile to post your situation there as well. On 10/1/05, Bernd Bohmann [EMAIL PROTECTED] wrote:

Problem with h:datatable and session managed bean

2005-10-01 Thread hicham abassi
Hello, I have a problem with a datatable and session managed bean, there is the code and the error log. It's a very trivial code. Thanks. GeneralMenuBean.java = import java.util.ArrayList; import java.util.List; import javax.faces.component.UICommand; import MenuLink; public

Problem with h:datatable and session managed bean

2005-10-01 Thread hicham abassi
Hello, I have a problem with a datatable and session managed bean, there is the code and the error log. It's a very trivial code. i'm using myfaces 1.1.0 release. Thanks. GeneralMenuBean.java = import java.util.ArrayList; import java.util.List; import

Re: Problem with h:datatable and session managed bean

2005-10-01 Thread hicham abassi
Excuse me for the multiple post. There is the head of the exception : java.lang.IllegalStateException: Cannot create a session after the response has been committed 2005/10/1, hicham abassi [EMAIL PROTECTED]: Hello, I have a problem with a datatable and session managed bean, there is the