RE: Tomahawk Extended datatable problem, running on Tomcat 4.1

2006-11-24 Thread Marcus Bond
tion of some type. Hope this helps, Marcus From: "Tran, Paul" <[EMAIL PROTECTED]> Reply-To: "MyFaces Discussion" To: Subject: Tomahawk Extended datatable problem, running on Tomcat 4.1 Date: Thu, 23 Nov 2006 16:55:08 -0500 Hi, I am currently trying to use some

Tomahawk Extended datatable problem, running on Tomcat 4.1

2006-11-23 Thread Tran, Paul
Hi, I am currently trying to use some of your components and I have success with most of them, except for the extended datatable. The code that I wrote is really simple and I can't locate what is wrong. Here is a sample of my code calling the datatable :

Re: Implementing Printable View for dataTable: Problem with target="_blank"?

2006-09-14 Thread mjovanov
Sorry, my last attempt to reply didn't come out right; just wanted to thank you for the tip, I ended up using media-specific css classes to solve my problem. I would like to eventually figure out what was wrong with my initial approach, as I can conceive situations where I will need to open new w

Re: Implementing Printable View for dataTable: Problem with target="_blank"?

2006-09-13 Thread mjovanov
Paul Spencer-3 wrote: > > Mjovanov, > I just have time for short answers. You will need to do the research. > > 1) Media specific CSS Classes may be the answer. This way the user > prints from the browser without the need of a "Printable Format" page. > > 2) Shale Dialogs. http://shale.ap

Re: Implementing Printable View for dataTable: Problem with target="_blank"?

2006-09-13 Thread Paul Spencer
Mjovanov, I just have time for short answers. You will need to do the research. 1) Media specific CSS Classes may be the answer. This way the user prints from the browser without the need of a "Printable Format" page. 2) Shale Dialogs. http://shale.apache.org. Paul Spencer mjovanov wro

Implementing Printable View for dataTable: Problem with target="_blank"?

2006-09-13 Thread mjovanov
Hello, Please consider the following scenario: a page with a dataTable component and a backing bean with two DataModel properties, one for the rows (binding to the 'value' attribute of the dataTable) and one for columns (binding to the 'value' attribute of the nested t:columns tag). The backing

DataTable problem

2006-09-08 Thread Mr Arvind Pandey
Hi all, I have a data table as shown below. As you can see forceIdIndexFormula and rowId is same. Problem is when I click on a row which has already been deleted by someone else (during concurrent operations) , the row simply disappears. It does not invoke the set method that i have written

RE: dataTable> problem.

2006-08-21 Thread balaji.saranathan
This is one of the issues I'm trying to handle internally. We had two browser sessions opened and update the tables and perform delete actions. What we found was that the selection of objects to delete by one user actually deletes the elements added by another user. And this was because we work o

Re: Tomahawk dataTable Problem - replacing standard dataTable with tomahawks one shows nothing

2006-06-28 Thread Matthias Wessendorf
Thats the bug - so thx for help ;) i found it myself. Good to hear ;-) kind regards Torsten -- 0 and 1. Now what could be so hard about that? -- -- Matthias Wessendorf Aechterhoek 18 48282 Emsdetten blog: http://jroller.com/page/mwessendorf mail: mwessendorf-at-gmail-dot-com

Re: Tomahawk dataTable Problem - replacing standard dataTable with tomahawks one shows nothing

2006-06-28 Thread Torsten Krah
http://issues.apache.org/jira/browse/TOMAHAWK-89 Thats the bug - so thx for help ;) i found it myself. kind regards Torsten -- 0 and 1. Now what could be so hard about that? --

Re: Tomahawk dataTable Problem - replacing standard dataTable with tomahawks one shows nothing

2006-06-28 Thread Torsten Krah
http://issues.apache.org/jira/browse/MYFACES-278 Might be the cause - but according to this report, it should have been fixed in 1.1.3 - i am using latest 1.1.3 snapshot, but it doesnt work, is it fixed or not in 1.1.3? kind regards

Re: Tomahawk dataTable Problem - replacing standard dataTable with tomahawks one shows nothing

2006-06-28 Thread Torsten Krah
Investigated a little bit and tried other models. If i am using a SortableModel made with an ArrayDataModel with Customers supplied statically in the Code it works, t:dataTable shows what i want to see. But if i am going to use a SortableModel from a ResultSetDataModel to get the Customers from a

Tomahawk dataTable Problem - replacing standard dataTable with tomahawks one shows nothing

2006-06-27 Thread Torsten Krah
Hello. I am new to JSF and doing some tutorials, reading docs and so on for learning. Reading corejsf Book and doing their examples i want to modifiy it for learning purposes, so i've taken the chapter 5 tutorial and modified it to use a resultsetmodel, which worked flawless. The problem now is,

Tree2 in a DataTable problem

2006-05-03 Thread Rogerio Saulo (P)
Title: Tree2 in a DataTable problem Hi All, I have na page with a tree2 component on a column inside a dataTable component. The tree2 is configured to use clientSideToogle, but the toogle does not work I think because the component tree2 generate the same clientID for all the tree2

delete rows of dataTable Problem .......setRowIndex() bug??

2006-03-24 Thread CHAMBAZ Alexandre
Hi everybody, I'm deleting elements of a dataTable with help of a UISelectBoolean component on each line of my dataTable like that: i=0; for (Iterator iter = l.iterator(); iter.hasNext();) { TableElecteur element = (TableElecteur) iter.next(); this.dataTable.setRowIndex(i); if (this.selectToDel.i

RE: DataTable Problem

2005-10-27 Thread CONNER, BRENDAN \(SBCSI\)
ssion Subject: Re: DataTable Problem We have quite a lot of such issues. Maybe we should add a check if the number of rows in the decode phase don´t match with the row number while rendering. 2005/10/26, CONNER, BRENDAN (SBCSI) <[EMAIL PROTECTED]>: > Oh, I understand now. Sorry for

Re: DataTable Problem

2005-10-27 Thread Mathias Brökelmann
to both of you! > > - Brendan > > -Original Message- > From: Mike Kienenberger [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 26, 2005 11:29 AM > To: MyFaces Discussion > Subject: Re: DataTable Problem > > > What Mathias is saying is that you have to maintain t

RE: DataTable Problem

2005-10-26 Thread CONNER, BRENDAN \(SBCSI\)
Oh, I understand now. Sorry for being so dense! Thanks to both of you! - Brendan -Original Message- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 26, 2005 11:29 AM To: MyFaces Discussion Subject: Re: DataTable Problem What Mathias is saying is that you

Re: DataTable Problem

2005-10-26 Thread Mike Kienenberger
hat > provides the link that we click. The problem is, when we click the link, the > next page does not get displayed. > > - Brendan > > -Original Message- > From: Mathias Brökelmann [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 26, 2005 3:05 AM > To:

RE: DataTable Problem

2005-10-26 Thread rosalba bochicchio
ailto:[EMAIL PROTECTED] > Sent: Wednesday, October 26, 2005 3:05 AM > To: MyFaces Discussion > Subject: Re: DataTable Problem > > > The value for #{maintainSkillBean.skillList} must > not return null or > an empty list during the decode phase. Place a > debug-br

RE: DataTable Problem

2005-10-26 Thread CONNER, BRENDAN \(SBCSI\)
, October 26, 2005 3:05 AM To: MyFaces Discussion Subject: Re: DataTable Problem The value for #{maintainSkillBean.skillList} must not return null or an empty list during the decode phase. Place a debug-breakpoint into the getter method to see when it is called. You can also use t:datatable and

Re: DataTable Problem

2005-10-26 Thread Mathias Brökelmann
The value for #{maintainSkillBean.skillList} must not return null or an empty list during the decode phase. Place a debug-breakpoint into the getter method to see when it is called. You can also use t:datatable and preserveDataModel="true". 2005/10/26, CONNER, BRENDAN (SBCSI) <[EMAIL PROTECTED]>:

DataTable Problem

2005-10-25 Thread CONNER, BRENDAN \(SBCSI\)
We're experiencing a problem using a commandLink (or commandButton) inside a dataTable. We're hoping that it's just something we're doing wrong. If we copy the commandLink outside the dataTable (just as a test), and then click on the commandLink outside the dataTable, then control goes to the des

Re: dataTable Problem with Detail Link 1.0.9-1.1.0

2005-09-22 Thread Mathias Brökelmann
the column footers are now rendered before the table body containing the rows (as it is recomended by html spec). Take a look into the rendered html code. The result is that your valuebinding in your footers are called before the value binding of your datamodel. -- Mathias > public String

dataTable Problem with Detail Link 1.0.9-1.1.0

2005-09-21 Thread Thomas Blattner
Hello, I have a overview page with a dataTable-Component and a commandButton for each row, to get to a detail page for the corresponding value. Since migration to myfaces-1.1.0 this is not working any longer. If I put the ManagedBean of my dataTable in session Scope, I have the values of the

Re: Datatable Problem/Bug second attempt

2005-02-01 Thread Werner Punz
Carsten Fregin wrote: I would be interested *g* Sent it down the list yesterday... see thread Hibernate datamodel werner

Re: Datatable Problem/Bug second attempt

2005-02-01 Thread Carsten Fregin
I would be interested *g* Werner Punz <[EMAIL PROTECTED]> wrote on 31.01.2005 17:05:43: > Ok I got it working... > the problem was on my side (some bugs in > the backend bean which interfered with the scope > of the Hibernate data model) > The whole thing now works as expected > except some unwa

Re: Datatable Problem/Bug second attempt

2005-01-31 Thread Werner Punz
Ok I got it working... the problem was on my side (some bugs in the backend bean which interfered with the scope of the Hibernate data model) The whole thing now works as expected except some unwanted behavior in the saveState controls which I have to figure out. If anybody is interested in the fin

Re: Datatable Problem/Bug second attempt

2005-01-28 Thread Werner Punz
Korhonen, Kalle wrote: Yeah, you are definitely doing something wrong. The problem in your case is that you are using two different beans with different scopes. The properties of the longer-than-request scoped bean are populated before the action in your request scoped bean is executed, but you are

RE: Datatable Problem/Bug second attempt

2005-01-28 Thread Korhonen, Kalle
> -Original Message- > From: Werner Punz [mailto:[EMAIL PROTECTED] > Subject: Re: Datatable Problem/Bug second attempt > Mhh no answer, guess I am alone with my problem... > Does anybody use the data table at all in combination with a > search area on the same page? &

Re: Datatable Problem/Bug second attempt

2005-01-28 Thread Werner Punz
Mhh no answer, guess I am alone with my problem... Does anybody use the data table at all in combination with a search area on the same page? If yes... can any hints towards a best practice pattern, for this case? Werner Werner Punz wrote: Since I got no concrete answer on my problem I'll make a s

Datatable Problem/Bug second attempt

2005-01-28 Thread Werner Punz
Since I got no concrete answer on my problem I'll make a second attempt with more info I found out in the meanwhile. There seems to be a problem with the rendering order between a DataTable and the rest of the components. Here is my situation: I have a form which encloses several components whi

RE: Datatable Problem

2005-01-27 Thread Rian Houston
Title: Re: Datatable Problem Thanks alot Werner!  This looks very helpful.   Rian From: Werner Punz [mailto:[EMAIL PROTECTED]Sent: Thu 1/27/2005 10:29 AMTo: MyFaces DiscussionSubject: Re: Datatable Problem Werner Punz wrote:> Rian Houston wrote:>>> Hi Werner,>> >

Re: Datatable Problem

2005-01-27 Thread Werner Punz
Yes immediate does not change anything regarding my problem. (true or false no big difference) Ok, I guess I found the problem, or sort of, I am still kindof stuck on why this happens. What happens is that the table is rendered before the query values are set into the query bean. What happens now i

Re: Datatable Problem

2005-01-27 Thread Werner Punz
Werner Punz wrote: Rian Houston wrote: Hi Werner, Sorry I can't help with your problem. But I would be very interested in hearing more about how you implemented your custom data model and how you use it with the dataTable component. I need to do a similar thing and am struggling with it...

Re: Datatable Problem

2005-01-27 Thread Werner Punz
Rian Houston wrote: Hi Werner, Sorry I can't help with your problem. But I would be very interested in hearing more about how you implemented your custom data model and how you use it with the dataTable component. I need to do a similar thing and am struggling with it... Well what I intent

RE: Datatable Problem

2005-01-27 Thread Rian Houston
Title: Datatable Problem Hi Werner,   Sorry I can't help with your problem.  But I would be very interested in hearing more about how you implemented your custom data model and how you use it with the dataTable component.  I need to do a similar thing and am struggling with it...

Re: Datatable Problem

2005-01-27 Thread Martin Marinschek
have you put the "immediate" attribute on the link? regards, Martin On Thu, 27 Jan 2005 16:18:06 +0100, Werner Punz <[EMAIL PROTECTED]> wrote: > Hi, I have a weird problem, where I dont know what the cause is. > Following Situation, I am trying to do a search form with a result > data table wit

Datatable Problem

2005-01-27 Thread Werner Punz
Hi, I have a weird problem, where I dont know what the cause is. Following Situation, I am trying to do a search form with a result data table within one page. What I am doing, is that the search basically is performed via a custom Data model (which works quite nicely) The Query is done via a custo