Possible bug in t:inputHidden tag/component?

2007-03-27 Thread Rønnevik , Eivind
Hi! To explain shortly, I have a page with a dataTable, and for each item in the table I can click a link and open a popup (using the window.open function in javascript) with specified information. I also have some commandLinks and commandButtons inside my popup-page, and the backing bean

Re: Possible bug in t:inputHidden tag/component?

2007-03-27 Thread Christian Kaltepoth
Hi Eivind, Suddenly all my commandLinks and commandButtons didn't work anymore, I could press them and the form would submit (causing a reload of the page), but no actions would be fired, and the updateActionListeners stopped working as well. Did you use the h:messages/ tag in your page to

Re: Possible bug in t:inputHidden tag/component?

2007-03-27 Thread Gary VanMatre
From: Christian Kaltepoth [EMAIL PROTECTED] Hi Eivind, Suddenly all my commandLinks and commandButtons didn't work anymore, I could press them and the form would submit (causing a reload of the page), but no actions would be fired, and the updateActionListeners stopped working as

Re: Possible bug in t:inputHidden tag/component?

2007-03-27 Thread Christian Kaltepoth
Hi Eivind, Suddenly all my commandLinks and commandButtons didn't work anymore, I could press them and the form would submit (causing a reload of the page), but no actions would be fired, and the updateActionListeners stopped working as well. Did you use the h:messages/ tag in your page to