[TRINIDAD]Tree table does not show correct bindings.

2008-07-22 Thread dushyant agarwal
Hi, I have a JSF page,that contains a tree table that shows data arriving from database via EJB. The number columns of the tree table is dynamic. They get created at the time the page is just about to be rendered at the  After render response  phase event. Now the facet of the tree table

Re: [TRINIDAD]How to set readOnly=true on an inputText inside a tree table?

2008-07-08 Thread Andrew Robinson
You need to set the row index of the table to access a child component in the scope of a given node. "treeTable1:1" means treeTable1 component, row 1. -Andrew On Tue, Jul 8, 2008 at 3:58 AM, dushyant agarwal <[EMAIL PROTECTED]> wrote: > Hi, > I have a JSF page in which there is a treeTable compo

[TRINIDAD]How to set readOnly=true on an inputText inside a tree table?

2008-07-08 Thread dushyant agarwal
Hi, I have a JSF page in which there is a treeTable component. In one of the columns (which is not within node stamp or path stamp facets) is an inputText component. I want to set Readonly =true on inputTexts corresponding rows on level one(may be apply a different style on those rows as well).

Re: Tree2 for tree Table

2007-12-02 Thread Gerhard Petracek
hello dave, did you already consider to use the tree table component? tomahawk: http://myfaces.apache.org/tomahawk/treeTable.html demo: http://www.irian.at/myfacesexamples/treeTable.jsf trinidad: http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_treeTable.html demos: http://www.irian.at

Tree2 for tree Table

2007-12-01 Thread Dave
Hello, Can I use Tree2 for tree table? If not, any plan for that? Thanks Dave - Get easy, one-click access to your favorites. Make Yahoo! your homepage.

[Trinidad] Afterthought /: Re: SOLVED - Re: Re: Re: [Skinning] tree/table issues (was Re: Re: Re: [Trinidad] your thoughts on a 1.2.3 rc)

2007-10-19 Thread wolfgang . toepfer
[EMAIL PROTECTED] 18.10.2007 17:16 Bitte antworten an "MyFaces Discussion" An "MyFaces Discussion" Kopie Thema Re: SOLVED - Re: Re: Re: [Skinning] tree/table issues (was Re: Re: Re: [Trinidad] your thoughts on a 1.2.3 rc) ok, this made my day. I'll provide the bits for t

Re: SOLVED - Re: Re: Re: [Skinning] tree/table issues (was Re: Re: Re: [Trinidad] your thoughts on a 1.2.3 rc)

2007-10-18 Thread Matthias Wessendorf
CSS file which corrupted the whole > skinning.. > Even the panelPopup issue is gone :-) > > Thanks, > Wolfgang. > > > > [EMAIL PROTECTED] > > 18.10.2007 14:06 Bitte antworten an > "MyFaces Discussion" > > An > "MyFaces Discussion"

SOLVED - Re: Re: Re: [Skinning] tree/table issues (was Re: Re: Re: [Trinidad] your thoughts on a 1.2.3 rc)

2007-10-18 Thread wolfgang . toepfer
ot;MyFaces Discussion" An "MyFaces Discussion" Kopie Thema Re: Re: [Skinning] tree/table issues (was Re: Re: Re: [Trinidad] your thoughts on a 1.2.3 rc) The tr:table with selection mode single and the tr:tree with entirely disclosed rowKeys have deteriorated regarding the o

Re: Re: [Skinning] tree/table issues (was Re: Re: Re: [Trinidad] your thoughts on a 1.2.3 rc)

2007-10-18 Thread wolfgang . toepfer
rten an "MyFaces Discussion" An "MyFaces Discussion" Kopie Thema Re: [Skinning] tree/table issues (was Re: Re: Re: [Trinidad] your thoughts on a 1.2.3 rc) I remember that there was a discussion on a change, related to skinning of tree / treeTable. But, looks like that W

Re: [Skinning] tree/table issues (was Re: Re: Re: [Trinidad] your thoughts on a 1.2.3 rc)

2007-10-18 Thread Matthias Wessendorf
I remember that there was a discussion on a change, related to skinning of tree / treeTable. But, looks like that Wolfgang has an issue with "tree" and "table" after updating to 1.2.3. -M On 10/18/07, Cristi Toth <[EMAIL PROTECTED]> wrote: > Hi Matthias, > > I discussed on the mailling list with

Re: [Skinning] tree/table issues (was Re: Re: Re: [Trinidad] your thoughts on a 1.2.3 rc)

2007-10-18 Thread Cristi Toth
Hi Matthias, I discussed on the mailling list with Jeanne W. and Martin M. about the skinning of the tree and treeTable and I refactored and improved them (a lot I might say) I created an issue TRINIDAD-769 and submitted a patch with the modifications. I worked on 1.0.4 snapshot, but I believe the

[Skinning] tree/table issues (was Re: Re: Re: [Trinidad] your thoughts on a 1.2.3 rc)

2007-10-18 Thread Matthias Wessendorf
Eh, that sounds bad. Can you confirm that by some more info ? Was there any commit that broke it ? Thx, Matthias On 10/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > > Another problem with 1.2.3 SNAPSHOT (10/12/07) seems to be that the skinnings > of various components > are gon

AW: Editable Tree Table Binding

2007-09-21 Thread Schröder , Mario
Hi Anthony, check out the demo: http://tobago.atanion.net/tobago-example-demo/faces/overview/toolbar.jsp Von: Anthony Yulo [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 21. September 2007 15:45 An: MyFaces Betreff: Editable Tree Table Binding Hi

Editable Tree Table Binding

2007-09-21 Thread Anthony Yulo
Hi! Im planning to have an editable tree table on my page? Any links where I can find information on how to implement this?

Fwd: Collapsing a Tree table

2006-07-28 Thread Andrew Swift
Can anybody help?-- Forwarded message --From: Andrew Swift <[EMAIL PROTECTED]>Date: 27-Jul-2006 11:42 Subject: Collapsing a Tree tableTo: users@myfaces.apache.orgDoes anyone know how to collapse a programmatically?I am getting an IndexOutOfBoundsException when I try to change the t

Collapsing a Tree table

2006-07-27 Thread Andrew Swift
Does anyone know how to collapse a programmatically?I am getting an IndexOutOfBoundsException when I try to change the tree model while the tree is still expanded.If I collapse the tree by selecting the root node before changing the model it all works perfectly. cheersAndrew.

customizing tree table

2006-07-13 Thread nimisha sharma
Hi,   Can you suggest me some way of customizing a tree table i have.. like if i need to add a background color to alternate rows or something like that.. i dont seem to find a style sheet..   Regards, Nimisha.

Re: javascript error in tree table

2006-07-13 Thread Antony 44
I've the same problem. I try to use the org.apache.myfaces.custom.tree component with the Sun RI. The tree.jsp page is showing correctly but I've javascript error on a clear form method. Thanks for your help -- View this message in context: http://www.nabble.com/javascript-error-in-

Re: tree table with Sun AS 8

2006-07-11 Thread Matthias Wessendorf
at this task can cause some other issues > > > -Matthias > > On 7/10/06, nimisha sharma < [EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I am trying to generate a tree as well as tree table using JSF. It is > > working fine in Tomcat but it throws the foll

Re: navigation lines in tree table

2006-07-11 Thread nimisha sharma
take?   Thanks and Regards, Nimisha.  On 7/11/06, nimisha sharma <[EMAIL PROTECTED]> wrote: I dont want to display the navigation lines and the folder images infront of nodes in the tree table that i have.. in the regular tree, tree2 tag provides me with an option of setting the 

navigation lines in tree table

2006-07-11 Thread nimisha sharma
I dont want to display the navigation lines and the folder images infront of nodes in the tree table that i have.. in the regular tree, tree2 tag provides me with an option of setting the 'showLines' attribute to false.. i cannot see such an attribute in tree tag.. i did try using th

Re: tree table with Sun AS 8

2006-07-10 Thread Matthias Wessendorf
ma <[EMAIL PROTECTED]> wrote: Hi, I am trying to generate a tree as well as tree table using JSF. It is working fine in Tomcat but it throws the following exception when i try Sun App Server 8.2 I get the following exception for tree that i m making using the tree2 tag : [#|2006-07-10T17:20:

Re: Problem with Tree table in JSF

2006-07-10 Thread nimisha sharma
Hey Matthias,   Thanks a ton.. i was missing       MyFacesExtensionsFilter    /faces/myFacesExtensionResource/* in my web.xml .. Regards, Nimisha.  On 7/10/06, Matthias Fischer <[EMAIL PROTECTED]> wrote: Hello Nimisha,You need to use the extensions filter provided by MyFaces in order tohave images

Re: Problem with Tree table in JSF

2006-07-10 Thread Matthias Fischer
Hello Nimisha, You need to use the extensions filter provided by MyFaces in order to have images displayed. See http://myfaces.apache.org/tomahawk/extensionsFilter.html Kind regards from the Lake of Constance, Matthias

Problem with Tree table in JSF

2006-07-07 Thread nimisha sharma
Hi,I am trying to generate a tree table structure using JSF. i did get it, and am using the tag provided by myFaces. Though i am not getting the '+' and '-' navigation signs in the tree. In place of those, i do get an image as if a gif image was supposed to be present there

Tree Table support, it does not seem to handle the rendered attribute correctly

2006-07-03 Thread Rick Hightower
I have a tree table that I only want to display if direct is true. The direct flag is a property of the backing bean and is used as follows: I put a breakpoint in the isDirect method and it seems to never get called If I remove, rendered

Re: Tree Table support, it does not seem to handle the rendered attribute correctly

2006-07-03 Thread Dennis Byrne
s Discussion'' >Subject: RE: Tree Table support, it does not seem to handle the rendered >attribute correctly > >Thanks! > >Ouch. This is where pair programming could have saved an embarrassing >moment. > >I am working on two projects. One has contacts an

RE: Tree Table support, it does not seem to handle the rendered attribute correctly

2006-07-03 Thread Rick
, July 03, 2006 12:36 PM To: MyFaces Discussion Subject: Re: Tree Table support, it does not seem to handle the rendered attribute correctly You have it spelled emergencyContractHandler, but it is spelled emergencyContactHandler elsewhere in the bean :) Usually this throws an exception, but because

Re: Tree Table support, it does not seem to handle the rendered attribute correctly

2006-07-03 Thread Dennis Byrne
CTED] >Sent: Monday, July 3, 2006 03:31 PM >To: ''MyFaces Discussion'' >Subject: Tree Table support, it does not seem to handle the rendered attribute >correctly > > > >I have a tree table that I only want to display if direct is true. > > > &

Tree Table support, it does not seem to handle the rendered attribute correctly

2006-07-03 Thread Rick
I have a tree table that I only want to display if direct is true. The direct flag is a property of the backing bean and is used as follows: I put a breakpoint in the isDirect method and it seems to never get called If I remove, rendered

need to change renderer for tree column (for Tree table Tomahawk feature)

2006-06-24 Thread Rick Hightower
I downloaded the source, but the tree column does not seem to have a renderer mentioned in the faces-config.xml file.   What gives?   I looked at the source for the tree column as well.   It does not do inline rendering.   So where is the renderer if it is not metioned in faces-conf

Dennis Byrne is the MAN! WoooHooooooooo!!!!!!!!!!!!! RE: need to change renderer for tree column (for Tree table Tomahawk feature)

2006-06-23 Thread Rick
can add a style class at... -Original Message- From: Rick [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 5:38 PM To: 'MyFaces Discussion' Subject: RE: need to change renderer for tree column (for Tree table Tomahawk feature) I verified that the family in HtmlTreeColumn

RE: need to change renderer for tree column (for Tree table Tomahawk feature)

2006-06-23 Thread Rick
renderer for tree column (for Tree table Tomahawk feature) Good idea. Thanks. I needed a crumb trail. That makes sense. -Original Message- From: Dennis Byrne [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 3:36 PM To: MyFaces Discussion Subject: Re: need to change renderer for tree c

RE: need to change renderer for tree column (for Tree table Tomahawk feature)

2006-06-23 Thread Rick
type (a tree column node), but --Rick -Original Message- From: Dennis Byrne [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 3:36 PM To: MyFaces Discussion Subject: Re: need to change renderer for tree column (for Tree table Tomahawk feature) You might want to see if the tree is

RE: need to change renderer for tree column (for Tree table Tomahawk feature)

2006-06-23 Thread Rick
Good idea. Thanks. I needed a crumb trail. That makes sense. -Original Message- From: Dennis Byrne [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 3:36 PM To: MyFaces Discussion Subject: Re: need to change renderer for tree column (for Tree table Tomahawk feature) You might want

Re: need to change renderer for tree column (for Tree table Tomahawk feature)

2006-06-23 Thread Dennis Byrne
gt;Subject: RE: need to change renderer for tree column (for Tree table Tomahawk >feature) > > > >I downloaded the source, but the tree column does not seem to have a >renderer mentioned in the faces-config.xml file. > > > >What gives? > > > >I look

RE: need to change renderer for tree column (for Tree table Tomahawk feature)

2006-06-23 Thread Rick
  I downloaded the source, but the tree column does not seem to have a renderer mentioned in the faces-config.xml file.   What gives?   I looked at the source for the tree column as well.   It does not do inline rendering.   So where is the renderer if it is not metioned in faces-c

Tomahawk tree table component integration problem with Sun JSF RI

2006-05-23 Thread [EMAIL PROTECTED]
Hi, I tried to integrate tomahawk tree table component with Sun JSF RI. I simply imported the example application's code into my application. The tree renders properly but the javascript function "clear__5Fid0();" code is not being rendered. Because of it I can't exp

Re: Is there a way to change the icon of the tree table provided by MyFaces?

2005-12-29 Thread Emily Gu
Requires Foo", false));    Where is the attribute you mentioned? For tree table example, it have something like:     DefaultMutableTreeNode root = new DefaultMutableTreeNode(new TreeItem(1, "XY", "9001", "XY 9001"));    DefaultMutableTreeNode a = new DefaultMutab

RE: Is there a way to change the icon of the tree table provided by MyFaces?

2005-12-29 Thread Saumil Mehta
.   HTH     From: Emily Gu [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 28, 2005 1:15 PM To: users@myfaces.apache.org Subject: Is there a way to change the icon of the tree table provided by MyFaces?   Hi,     I haven't see a way to change those yellow folder

Is there a way to change the icon of the tree table provided by MyFaces?

2005-12-28 Thread Emily Gu
Hi,     I haven't see a way to change those yellow folder icons for tree table and get rid of those sub-tree item connection line. It is very much appreciated if you can point me in how to do it.   Thanks, Emily

AW: javascript error in tree table

2005-10-20 Thread Stefan Gesigora
Hi again! It seems that the javascript code can't find the function "clear_form"! What can I do? Stefan Von: Stefan Gesigora Gesendet: Donnerstag, 20. Oktober 2005 15:36 An: MyFaces Discussion Betreff: javascript error in tree table Hi f

javascript error in tree table

2005-10-20 Thread Stefan Gesigora
Hi folks!   I wanna use the great component “tree table” in my application. But everytime when I click on a node a _javascript_ error occurs (I’ve tested the treetable example code in my application…)! Does anybody know this problem???   My configuration: sun jsf-ri 1.1.01 with

Re: Tree table error when using Facelets

2005-09-23 Thread Mike Kienenberger
I was trying to > > use a dataTable > > model and that tree required a different model type. > > I wasn't > > willing to invest the time to upgrade my models at > > that time, so I > > didn't pursue it. > > > > -Mike > > >

Re: Tree table error when using Facelets

2005-09-22 Thread Catalin Kormos
e it. > > -Mike > > On 9/22/05, Catalin Kormos <[EMAIL PROTECTED]> > wrote: > > Hello, > > > > Is there anyone who successfuly used the tree > table > > with Facelets? i'm getting the following

Re: Tree table error when using Facelets

2005-09-22 Thread Mike Kienenberger
rsue it. -Mike On 9/22/05, Catalin Kormos <[EMAIL PROTECTED]> wrote: > Hello, > > Is there anyone who successfuly used the tree table > with Facelets? i'm getting the following error, and > can't seem to find a solution: &

Tree table error when using Facelets

2005-09-22 Thread Catalin Kormos
Hello, Is there anyone who successfuly used the tree table with Facelets? i'm getting the following error, and can't seem to find a solution: java.lang.NullPointerException at org.apache.myfaces.custom.tree.HtmlTree.addToModelListeners(HtmlTree.java:829)

tree table

2005-08-31 Thread Claudio Tamietto
i tried to use the tree table components and all is OK but i have a lot of data and i need some sort of paging like a data table. Is there any way to obtain this behaviour ? Thanks for any answer

Problem expanding tree Table

2005-07-01 Thread Rogério Saulo
Hi All, There is any way to make the page NOT to position on top of the page when expanding nodes on an treeTable (x:tree) ??? For example, I have an treeTable with many nodes, and when show the first level nodes, the page is scrolled because the size of the grid (it is OK), but, when I navigate

Re: How to access selected/current row/node in Tree TABLE

2005-03-02 Thread Sean Schofield
> We would prefer to have the lines connect - I think we should at least > support it. I think it would be good to have an opened node icon (with > vertical connection - so root node connects) and closed node icon. I think we can make the lines connect. If you have padding between or within

Re: How to access selected/current row/node in Tree TABLE

2005-03-02 Thread Bryan Dickey
> > > > > > > action="#{action.viewDetailedUserInfo}"> > > > > > > > > value="images/detailed_user_info.gif" > > border="0"/> > > > > > > > > value="#{userObject.ID}"/> > > >

Re: How to access selected/current row/node in Tree TABLE

2005-03-02 Thread Sean Schofield
> > > > > > > action="#{action.viewDetailedUserInfo}"> > > > > > > > > value="images/detailed_user_info.gif" > > border="0"/> > > > > > > > > value="#{userObject.ID}"/> &

Re: How to access selected/current row/node in Tree TABLE

2005-02-26 Thread David Le Strat
gt; > > > > > > > > > > > > > > *And the action method: > > > > > > > > public String viewDetailedUserInfo() { > > > > > > > > String selectedID = (String) > > >

Re: How to access selected/current row/node in Tree TABLE

2005-02-24 Thread Sean Schofield
familiarize yourself with Tree2 so we have a common reference point. I don't really need this myself so I am not going to spend a lot of time developing something that someone else may or may not decide to use. I don't think there will be a lot of extra work to get the tree table version of tre

Re: How to access selected/current row/node in Tree TABLE

2005-02-24 Thread Bryan Dickey
Sean and David, Attached is a gif showing a real-world example of the usefulness of the Tree Table component. I'm working for Young Living, a multi-level marketing company. Tree structure and display is of central importance to us and our distributors. The attached image is our downline v

Re: How to access selected/current row/node in Tree TABLE

2005-02-24 Thread Sean Schofield
ewDetailedUserInfo() { > > > > > > String selectedID = (String) > > > app.createValueBinding("#{param.selectedid}").getValue(facesContext); > > > > > > //do something with selected id > > > > > > return "viewDetailedUserI

Re: How to access selected/current row/node in Tree TABLE

2005-02-23 Thread Sean Schofield
ontext().getRequestParameterMap(). > > I still would like to know why the two approaches described in my first email > don't work... if anyone cares to comment. > > Thanks, > Bryan > > >>> Bryan Dickey 02/23/05 01:10PM

Re: How to access selected/current row/node in Tree TABLE

2005-02-23 Thread Bryan Dickey
ed in my first email don't work... if anyone cares to comment. Thanks, Bryan >>> Bryan Dickey 02/23/05 01:10PM >>> How can I access the selected/current row/node in an action method using the Tree TABLE component?

AW: New Tree Table

2005-01-25 Thread Flesch, Michael RD-AS2
TED] [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 18. Januar 2005 17:03 An: myfaces-user@incubator.apache.org Betreff: New Tree Table Hello, If I use columns (h:colum or x:treeColumn) with the new tree table MyFaces does not render links for the nodes and so there is no possibility to call th

New Tree Table

2005-01-18 Thread Hermann . Fahle
Hello, If I use columns (h:colum or x:treeColumn) with the new tree table MyFaces does not render links for the nodes and so there is no possibility to call the treeSelectionListener . Is this a bug? Please help! Mit freundlichen Grüßen / Best regards Hermann Fahle Hella KGaA Hueck &