Re: [Facelets][Trinidad] Re: Announcement: Open Source Jawr library available for Facelets users

2008-05-13 Thread Renzo Tomaselli
Scott, I raised this issue first under the assumption that complex applications load Trinidad scripts, Tomahawk scripts, their own scripts, and so on. If every library says "I need my scrips, thus I load them on my own", that application ends up in overall loading scripts multiple times. This af

Re: [Facelets][Trinidad] Re: Announcement: Open Source Jawr library available for Facelets users

2008-05-13 Thread Jordi Hernandez
Well, I guess this is a feature you would not care to implement if your users are not asking for it. Right now there are trends geared towards reducing page loading times from a resource loading perspective, wich state that you should reduce both the size and number of HTTP requests to load said r

How to insert additional culumn header using dataTable

2008-05-13 Thread [EMAIL PROTECTED]
Hi everyone, I am using MyFaces 1.1.3, tomahawk 1.1.3, tomahawk-sandbox 1.1.5 I have to add one column header "Proficiency" as in image http://www.nabble.com/file/p17206601/screenshot.jpg This is JSF code without "Proficiency"

DataTable inputtext binding

2008-05-13 Thread Nuno Sousa
Hi, I have my dataTable populated via an ArrayList of ArrayLists but that table row cells are editable (inputText). How can i associate each inputText field with one position of my ArrayList of ArrayLists to make changes in the list if the cell inputText changes? Any ideas/help are welcome Regar

RE: DataTable inputtext binding

2008-05-13 Thread Guy Bashan
Hi Nuno, If I understand correct, you don't have to worry about the position in the list. The "var" property allows you to access the current object of the list, so the data will be injected to your object without you being concerned about it. For example: value="#{myBean.listCars}" var="car">

Ajax Request Servicing

2008-05-13 Thread Hemanth Abburi
Hi, I have a few queries regarding ajax in jsf. 1) I would like to know if the view tree gets updated when an ajax request is serviced. 2) Is there any problem while re-rendering a commandLink within a form while servicing an ajax request Thanks in advance, Hemanth.

Re: Ajax Request Servicing

2008-05-13 Thread Scott O'Bryan
What renderkit are you using to do your AJAX? Hemanth Abburi wrote: Hi, I have a few queries regarding ajax in jsf. 1) I would like to know if the view tree gets updated when an ajax request is serviced. 2) Is there any problem while re-rendering a commandLink within a fo

[Trinidad] tr:selectManyListbox doesn't render on IE

2008-05-13 Thread Shane Petroff
Hello, I have a relatively simple page which behaves fine under Firefox, but oddly under IE. In IE the tr:selectManyListbox is not rendered until after the first ajax request. But the ajax request has nothing to do with the tr:selectManyListbox. The page below is opened in a light weight dial

Myfaces + Websphere 6.1 > How to fetch ResponseStateManager?

2008-05-13 Thread Christian Koelle
Hello, I am trying to migrate my jetty:run-alike myfaces application to Websphere 6.1, i.e. the Websphere bundled in IBM's Rapid Application Developer. No matter wether I use Myfaces 1.1.5 or Myfaces 1.2.2, I get the following error if I deploy and start the application: "java.lang.NoSuchMetho

Re: Myfaces + Websphere 6.1 > How to fetch ResponseStateManager?

2008-05-13 Thread Scott O'Bryan
I'm confused by this. Myfaces 1.2.2 shouldn't work with Websphere 6.1, you'll need a J2EE5 web container to use JSF1.2. You'll need to, therefore, use JSF1.1. In JSF 1.1, there was no getState method on ResponseStateManager. My guess is you are using an application or renderkit written for

[Trinidad] How can I use panelTabbed or showDetailItem as PPR trigger

2008-05-13 Thread Neil Venn
I have read in the Developer Guide that panelTabbed component uses PPR automatically to show tabs - is there a way other components on the page could register as listeners for the trigger in order to refresh when a tab is shown. Here is my scenario: my page includes a panelTabbed with three tabs

[Trinidad] Operation aborted in IE6 when opening dialog

2008-05-13 Thread Geetha Rodricks
Hi We use Trinidad version 1.0.1. We decided to upgrade to 1.0.7. When we incorporate release1.0.7, and try to open a dialog we seem to get "Operation aborted" message. There are no exceptions in the log. It seems to be the "Operation aborted: IE bug. Any help would be appreciated. Thanks Gee