Too many open files error for tree component gif files

2015-08-02 Thread Vinit Bhagwat
Hi, I am using myfaces-1.1.5 and tomahawk-1.1.5 in Web application which is deployed on tomcat 5.5.27 and RHEL 5.4. I am using tree component and once I got java.net.SocketException: Too many open files in catalina.out, when analyzed there were 466 open fd count for /opt/tomcat-5.5.27/webapps/CS

Re: Need help in trinidad tree component

2012-11-21 Thread Muhibbul Chowdhury
code how to add trinidad >> component as a partial target? >> >> On Mon, Nov 19, 2012 at 11:29 AM, Scott O'Bryan > <mailto:darkar...@gmail.com>> wrote: >> >> I don't have time to look through the entire thing, but I think if >> you ad

AW: Need help in trinidad tree component

2012-11-19 Thread Dreher, Markus
RequestContext.getCurrentInstance().addPartialTarget(tree) -Ursprüngliche Nachricht- Von: Muhibbul Chowdhury [mailto:muhibbul.chowdh...@gmail.com] Gesendet: Montag, 19. November 2012 18:46 An: Scott O'Bryan Cc: MyFaces Discussion Betreff: Re: Need help in trinidad tree componen

Re: Need help in trinidad tree component

2012-11-19 Thread Muhibbul Chowdhury
Hi, Thanks. Can you please send a sample code how to add trinidad component as a partial target? On Mon, Nov 19, 2012 at 11:29 AM, Scott O'Bryan wrote: > I don't have time to look through the entire thing, but I think if you add > your tree component as a partial target, it mig

Re: Need help in trinidad tree component

2012-11-19 Thread Scott O'Bryan
wrote: Hi, Thanks. Can you please send a sample code how to add trinidad component as a partial target? On Mon, Nov 19, 2012 at 11:29 AM, Scott O'Bryan mailto:darkar...@gmail.com>> wrote: I don't have time to look through the entire thing, but I think if you add your tre

Re: Need help in trinidad tree component

2012-11-19 Thread Scott O'Bryan
I don't have time to look through the entire thing, but I think if you add your tree component as a partial target, it might give you what you want. I believe your model is being updated properly but I'm not sure the changes to the component are being sent. This is just a quick

Need help in trinidad tree component

2012-11-15 Thread muhibd23
Hello, I am working on a web application. Everything is working fine. I just need a simple help. I have populated a tree using JSF/trinidad tree component. However, I want to expand the tree branches by clicking (+) sign and collapse the tree branches by clicking (-) sign. It's not wo

tree component

2008-02-28 Thread Ludovic Aelbrecht
nputText/selectOneMenu depending on whether the task's "editable" property is true/false. We also need to be able to select a task, and add a subtask to it. We chose Tomahawk's tree component for this, but have been having multiple problems, and are wondering whether maybe Trinid

tree component question

2007-12-04 Thread Dravid
Hi, I am using and i want to select a leaf. For instance when a commandlink is clicked,i want to navigate to other jsp page. can some one help me how to do this. thanks, dravid -- View this message in context: http://www.nabble.com/tree-component-question-tf4947458.html#a14165286 Sent from

Re: [Trinidad] tree component - how to open a node programmatically on the Java side?

2007-10-03 Thread venkata guddanti
You can use the disclosedRowKeys attribute on the tree to pre-expand the tree. You are using an array list as children of the tree nodes. These arrayLists are automatically wrapped with a CollectionModel by Trinidad. The Integer index of the row is the rowkey in each of the CollectionModel. The row

[Trinidad] tree component - how to open a node programmatically on the Java side?

2007-09-27 Thread wolfgang . toepfer
Hi, Naively I followed the instructions on building a tree i.e. sth. like * Example: Given the following class: * * public class Person * { *public Person(String name) *{ * _name = name; *} * *public String getName() *{ * return _name; *} * *

Multiple selection in the tree component, Drag and Drop support

2007-06-01 Thread Kahlau, Matthias
Dear MyFaces Community! Does the Tomahawk tree component support the selection of multiple nodes? What about drag and drop support in MyFaces? Are there any components under development? I need drag and drop in trees and between tables and trees, of single and multiple selections

Re: Started using Myfaces 1.1.5 and every page is broken (duplicate ID in the faces tree Component)

2007-05-25 Thread David Delbecq
According to the error message you posted, not, all your components have defined ids: faces tree. Component : idListForm:idPopupDataTable:_id81, path: _id81 is an automatically generated id, use when no specific id was provided. Also, as asked, please provide the xhtml code, it's n

Re: Started using Myfaces 1.1.5 and every page is broken (duplicate ID in the faces tree Component)

2007-05-24 Thread Alexander Wallace
If i recall correctly the current tomahawk bridge to be able to use tomahawk in portlets doesn't work with 1.5... Has this been changed? On May 24, 2007, at 11:47 AM, Andrew Robinson wrote: everyone seems to be having a problem with it so I see a lot of people rolling back because 1.1.5 is

Re: Started using Myfaces 1.1.5 and every page is broken (duplicate ID in the faces tree Component)

2007-05-24 Thread Andrew Robinson
everyone seems to be having a problem with it so I see a lot of people rolling back because 1.1.5 is utterly useless. 1.1.4 had quite a few bugs. 1.1.5 is much more aligned with the JSF specification. The bugs that people are having with 1.1.5 are usually are due to them relying on bugs in the 1

Re: Started using Myfaces 1.1.5 and every page is broken (duplicate ID in the faces tree Component)

2007-05-24 Thread SiSi'mon
duplicate ID problem but checking the >> >> xHTML >> >> there is no duplicate ID. This seems to be generated or something. >> >> >> >> Something seems quite mucked up. any ideas? >> >> >> >> --- >> >> >> >

Re: Started using Myfaces 1.1.5 and every page is broken (duplicate ID in the faces tree Component)

2007-05-23 Thread Gary VanMatre
to point to a duplicate ID problem but checking the > > >> xHTML > > >> there is no duplicate ID. This seems to be generated or something. > > >> > > >> Something seems quite mucked up. any ideas? > > >> > > >> --- >

Re: Started using Myfaces 1.1.5 and every page is broken (duplicate ID in the faces tree Component)

2007-05-23 Thread Andrew Robinson
to a duplicate ID problem but checking the >> xHTML >> there is no duplicate ID. This seems to be generated or something. >> >> Something seems quite mucked up. any ideas? >> >> --- >> >> SEVERE: Error Rendering View[/web/Info

Re: Started using Myfaces 1.1.5 and every page is broken (duplicate ID in the faces tree Component)

2007-05-23 Thread SiSi'mon
there is no duplicate ID. This seems to be generated or something. >> >> Something seems quite mucked up. any ideas? >> >> --- >> >> SEVERE: Error Rendering View[/web/Information.xhtml] >> java.lang.IllegalStateException: Client-id : _id81 is duplicated

Re: Started using Myfaces 1.1.5 and every page is broken (duplicate ID in the faces tree Component)

2007-05-23 Thread David Delbecq
g the xHTML > there is no duplicate ID. This seems to be generated or something. > > Something seems quite mucked up. any ideas? > > --- > > SEVERE: Error Rendering View[/web/Information.xhtml] > java.lang.IllegalStateException: Client-id : _id81 is duplic

Re: Started using Myfaces 1.1.5 and every page is broken (duplicate ID in the faces tree Component)

2007-05-23 Thread Andrew Robinson
I am not sure what a session scoped component binding is. A backing bean that is session scoped that has a property that is used for component binding. When using component binding (), that value should NEVER be persisted longer than that lifecycle and rendering of the page. The reason why thi

Re: Started using Myfaces 1.1.5 and every page is broken (duplicate ID in the faces tree Component)

2007-05-23 Thread Werner Punz
SiSi'mon schrieb: I have read a lot on "component binding" but still do not understand under the hood (in low level object/class terms) what it is. We do have some beans that are session scoped. A the component binding is basically the code representation of the tag in the page you have bound

Re: Started using Myfaces 1.1.5 and every page is broken (duplicate ID in the faces tree Component)

2007-05-23 Thread Werner Punz
SiSi'mon schrieb: I am not sure what a session scoped component binding is. do you mean a session scoped backing bean? We are using Spring IOC to manage the backing beans and only have one that is session scoped. thanks Si'mon Well following, if you have referenced this bean into somethin

Re: Started using Myfaces 1.1.5 and every page is broken (duplicate ID in the faces tree Component)

2007-05-23 Thread Helmut Swaczinna
Yes, I mean a session scoped backing bean which helds a component binding. I got the "duplicate ID in the faces tree Component" message in a foreach loop. The loop was in a container component which had a binding to a session scoped bean. Helmut - Original Message - From:

Re: Started using Myfaces 1.1.5 and every page is broken (duplicate ID in the faces tree Component)

2007-05-23 Thread SiSi'mon
ing seems quite mucked up. any ideas? >> >> --- >> >> SEVERE: Error Rendering View[/web/Information.xhtml] >> java.lang.IllegalStateException: Client-id : _id81 is duplicated in the >> faces tree. Component : idListForm:idPopupDataTable:_id81, path: >> {C

Re: Started using Myfaces 1.1.5 and every page is broken (duplicate ID in the faces tree Component)

2007-05-23 Thread Werner Punz
Helmut Swaczinna schrieb: Hi, after switching to myFaces 1.1.5 I had many problems in my pages also. Code that worked with 1.1.4 didn't work with 1.1.5. I found out that all problems had the same cause: a session scoped compoment binding. After removing this evering works fine. But the questio

RE: Started using Myfaces 1.1.5 and every page is broken (duplicate ID in the faces tree Component)

2007-05-23 Thread SiSi'mon
ng Myfaces 1.1.5 and every page is broken (duplicate > ID in the faces tree Component) > > > We are getting errors on nearly every page now that we are using MyFaces > 1.1.5. All seem to point to a duplicate ID problem but checking the > xHTML > there is no duplicate ID. T

Re: Started using Myfaces 1.1.5 and every page is broken (duplicate ID in the faces tree Component)

2007-05-23 Thread SiSi'mon
> session scoped compoment binding > with 1.1.4? What is the corrent behavior? > > Regards > Helmut > > - Original Message - > From: "SiSi'mon" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, May 23, 2007 6:16 PM > Subject: St

Re: Started using Myfaces 1.1.5 and every page is broken (duplicate ID in the faces tree Component)

2007-05-23 Thread Helmut Swaczinna
ideas? --- SEVERE: Error Rendering View[/web/Information.xhtml] java.lang.IllegalStateException: Client-id : _id81 is duplicated in the faces tree. Component : idListForm:idPopupDataTable:_id81, path: {Component-Path : [C --- -- View this message in context: http://www.nabble.com/Started-using-Myfac

RE: Started using Myfaces 1.1.5 and every page is broken (duplicate ID in the faces tree Component)

2007-05-23 Thread mario.buonopane
Are you working on IBM RAD or WAS? -Original Message- From: SiSi'mon [mailto:[EMAIL PROTECTED] Sent: 23 maggio 2007 18.16 To: users@myfaces.apache.org Subject: Started using Myfaces 1.1.5 and every page is broken (duplicate ID in the faces tree Component) We are getting erro

Re: Started using Myfaces 1.1.5 and every page is broken (duplicate ID in the faces tree Component)

2007-05-23 Thread Andrew Robinson
there is no duplicate ID. This seems to be generated or something. Something seems quite mucked up. any ideas? --- SEVERE: Error Rendering View[/web/Information.xhtml] java.lang.IllegalStateException: Client-id : _id81 is duplicated in the faces tree. Component : idListForm:idPopupDataTable:

Started using Myfaces 1.1.5 and every page is broken (duplicate ID in the faces tree Component)

2007-05-23 Thread SiSi'mon
[/web/Information.xhtml] java.lang.IllegalStateException: Client-id : _id81 is duplicated in the faces tree. Component : idListForm:idPopupDataTable:_id81, path: {Component-Path : [C --- -- View this message in context: http://www.nabble.com/Started-using-Myfaces-1.1.5-and-every-page-is-broken

Re: Tree component

2007-03-20 Thread Mike Kienenberger
t broke it occurred in Oct 2006. On 3/20/07, Carlos Ortiz <[EMAIL PROTECTED]> wrote: Hi i'm having a problem with the tree component tomcat throws : type Informe de Excepción mensaje descripción El servidor encontró un error interno () que hizo que no pudiera rellenar este requ

Tree component

2007-03-20 Thread Carlos Ortiz
Hi i'm having a problem with the tree component tomcat throws : *type* Informe de Excepción *mensaje* *descripción* _El servidor encontró un error interno () que hizo que no pudiera rellenar este requerimiento._ *excepción* javax.servlet.ServletException: long been depre

Re: Acces the tree component from facesContext

2007-03-08 Thread Josué Alcalde González
I realized I could use FacesContext.getViewRoot() watching at tomahawk sources but it did not work. I will try to explain the problem, but I think it would be hard to solve. I want to have a component with 4 divs for messages, one div for each message level. My first approach was four t:messages

Re: Acces the tree component from facesContext

2007-03-08 Thread Simon Kitching
Josué Alcalde González wrote: I think I could do it if I would have access to the tree from FacesContext. This can be done with FacesContext.getViewRoot() There is a function: facesContext.getClientIdsWithMessages() which gives me all the "clientId" which have messages. Then, I get all the

Acces the tree component from facesContext

2007-03-08 Thread Josué Alcalde González
I am trying to develop my own messages component using facelets, to rendered different kind of messages in diferent divs. My first approach was 4 divs with 4 t:messages and use style="display:none;" for the messages I don't like to display: For example, for InfoMessages This is a bit dirty, s

Re: Flexible Tree Component

2006-08-31 Thread Behrang Saeedzadeh
rbatim and t:htmlTag ? Dennis Byrne >-Original Message- >From: Behrang Saeedzadeh [mailto:[EMAIL PROTECTED] >Sent: Saturday, August 26, 2006 04:26 AM >To: 'MyFaces Discussion' >Subject: Flexible Tree Component > >Hi, > >I want a flexible JSF tree co

Re: Flexible Tree Component

2006-08-26 Thread Matthias Wessendorf
> Behi > > > Dennis Byrne > > > > >-Original Message- > > >From: Behrang Saeedzadeh [mailto:[EMAIL PROTECTED] > > >Sent: Saturday, August 26, 2006 04:26 AM > > >To: 'MyFaces Discussion' > > >Subject: Flexible Tree Compo

Re: Flexible Tree Component

2006-08-26 Thread Behrang Saeedzadeh
to see how it works. Unfortunately MyFaces is very undocumented :-(( Regards, Behi > Dennis Byrne > > >-Original Message- > >From: Behrang Saeedzadeh [mailto:[EMAIL PROTECTED] > >Sent: Saturday, August 26, 2006 04:26 AM > >To: 'MyFaces Discussion' >

Re: Flexible Tree Component

2006-08-26 Thread Behrang Saeedzadeh
deh [mailto:[EMAIL PROTECTED] >Sent: Saturday, August 26, 2006 04:26 AM >To: 'MyFaces Discussion' >Subject: Flexible Tree Component > >Hi, > >I want a flexible JSF tree component. For example, I want to be able >to have something like this: > > > > &g

Re: Flexible Tree Component

2006-08-26 Thread Dennis Byrne
Have you tried using tree2 in combination w/ f:verbatim and t:htmlTag ? Dennis Byrne >-Original Message- >From: Behrang Saeedzadeh [mailto:[EMAIL PROTECTED] >Sent: Saturday, August 26, 2006 04:26 AM >To: 'MyFaces Discussion' >Subject: Flexible Tree Component &g

Flexible Tree Component

2006-08-26 Thread Behrang Saeedzadeh
Hi, I want a flexible JSF tree component. For example, I want to be able to have something like this: In essence, I want to be able to set a snippet of HTML code to be rendered per node according to the current node's var. Current tree implementations that I have seen

RE: tree component in ADF Faces / Trinidad vs. Tomahawk

2006-07-06 Thread Jiang, Jane \(NIH/NCI\) [C]
spend more time trying the ADF tree. -Original Message-From: Chaitanya Kadaru [mailto:[EMAIL PROTECTED]Sent: Wednesday, July 05, 2006 4:10 PMTo: MyFaces DiscussionSubject: RE: tree component in ADF Faces / Trinidad vs. Tomahawk All   I am also trying to use both trinidad and

RE: tree component in ADF Faces / Trinidad vs. Tomahawk

2006-07-05 Thread Chaitanya Kadaru
any documentation that you can point me to.?   I highly appreciate anyone's help.   Thanks Chaitanya Kadaru   From: Jiang, Jane (NIH/NCI) [C] [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 12:50 PMTo: MyFaces DiscussionSubject: tree component in ADF Faces / Trinidad vs. Tomahaw

tree component in ADF Faces / Trinidad vs. Tomahawk

2006-07-05 Thread Jiang, Jane \(NIH/NCI\) [C]
Hi,   Has any one done any comparison between ADF Faces and Tomahawk?  I started prototyping using the tree2 component.  Now I noticed that the ADF tree menu offers more options that I can use.  For example, link tree nodes to action and set the initial expand level.   Many thanks for your

Re: According to the Myfaces Wiki the Tree component is considered obsolete?

2006-06-05 Thread Matthias Wessendorf
ion Subject: Re: According to the Myfaces Wiki the Tree component is considered obsolete? well, the name ... and instead of oracle.*** there is some apache based namespaces. Please take over such discussions to the ADF lists. (currently they are named ADF ...) -Matthias On 6/5/06, Todd Patr

RE: According to the Myfaces Wiki the Tree component is considered obsolete?

2006-06-05 Thread Todd Patrick
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Monday, June 05, 2006 10:08 AM To: MyFaces Discussion Subject: Re: According to the Myfaces Wiki the Tree component is considered obsolete? well, the name ... and instead of oracle.*** there is some apache based

Re: According to the Myfaces Wiki the Tree component is considered obsolete?

2006-06-05 Thread Matthias Wessendorf
change when migrating to Apache incubation? Thanks, --Todd -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Friday, June 02, 2006 10:11 AM To: MyFaces Discussion Subject: Re: According to the Myfaces Wiki the Tree compon

RE: According to the Myfaces Wiki the Tree component is considered obsolete?

2006-06-05 Thread Todd Patrick
: According to the Myfaces Wiki the Tree component is considered obsolete? tree2 has not be used as a "tree table" ADF Faces contains also a treeTable. But using treeTable from tomahawk is fine too for now. But looking at Adf Faces is perhaps the better choice. -Matthias On 6/2/06, To

Re: According to the Myfaces Wiki the Tree component is considered obsolete?

2006-06-02 Thread Matthias Wessendorf
tree2 has not be used as a "tree table" ADF Faces contains also a treeTable. But using treeTable from tomahawk is fine too for now. But looking at Adf Faces is perhaps the better choice. -Matthias On 6/2/06, Todd Patrick <[EMAIL PROTECTED]> wrote: According to the Myfac

According to the Myfaces Wiki the Tree component is considered obsolete?

2006-06-02 Thread Todd Patrick
According to the Myfaces Wiki the Tree component is considered obsolete?   I'd like to use a Tree Table, can Tree2 have multiple columns of data displayed at the leaf and children level?   Thanks,   --Todd  

Tree component tag

2006-03-17 Thread Kher, Manav \(NIH/NCI\) [C]
I am using the tree component and its building the tag

Saving Tree Component state

2005-07-10 Thread Kleks Oren
Hello, I am new to myFaces. I have a question regarding state saving. I have a component in a page. I navigate from this page to other pages. When I go back to the page I want the tree nodes and path to be opened just as they were before. Before I leave the tree page I save the tree state:

RE: Tree component with Sun RI

2005-06-24 Thread CONNER, BRENDAN \(SBCSI\)
Oh, OK. Well, I stand corrected. ;-) - Brendan -Original Message- From: Emond Papegaaij [mailto:[EMAIL PROTECTED] Sent: Friday, June 24, 2005 7:10 AM To: MyFaces Discussion Subject: Re: Tree component with Sun RI On Thursday 23 June 2005 22:46, CONNER, BRENDAN (SBCSI) wrote: > Jus

Re: Tree component with Sun RI

2005-06-24 Thread Emond Papegaaij
On Thursday 23 June 2005 22:46, CONNER, BRENDAN (SBCSI) wrote: > Just a thought, though. I would think that, if there's really that big > a difference in how commandLink is implemented in MyFaces and Sun RI, we > would have seen lots of similar complaints outside of Tree2. I'll still > log the er

Re: Tree component with Sun RI

2005-06-24 Thread Werner Punz
CONNER, BRENDAN (SBCSI) wrote: Just a thought, though. I would think that, if there's really that big a difference in how commandLink is implemented in MyFaces and Sun RI, we would have seen lots of similar complaints outside of Tree2. I'll still log the error, though. Actually I am not quite

RE: Tree component with Sun RI

2005-06-23 Thread CONNER, BRENDAN \(SBCSI\)
That I expected. However, Tree2 seems to give that error even when enclosed in ... tags. - Brendan -Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Sent: Thursday, June 23, 2005 4:30 PM To: MyFaces Discussion; [EMAIL PROTECTED] Subject: Re: Tree component with Sun RI

RE: Tree component with Sun RI

2005-06-23 Thread CONNER, BRENDAN \(SBCSI\)
t you had in mind, though - Brendan -Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Sent: Thursday, June 23, 2005 4:15 PM To: MyFaces Discussion Subject: Re: Tree component with Sun RI Go ahead and log it as a tree2 problem. When I get a chance to investigate I will try t

Re: Tree component with Sun RI

2005-06-23 Thread Sean Schofield
g. > > -Original Message- > From: CONNER, BRENDAN (SBCSI) [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 23, 2005 4:47 PM > To: MyFaces Discussion; Sean Schofield > Subject: RE: Tree component with Sun RI > > > Just a thought, though. I would think that, if t

RE: Tree component with Sun RI

2005-06-23 Thread Balaji Saranathan
To: MyFaces Discussion; Sean Schofield Subject: RE: Tree component with Sun RI Just a thought, though. I would think that, if there's really that big a difference in how commandLink is implemented in MyFaces and Sun RI, we would have seen lots of similar complaints outside of Tree2. I

Re: Tree component with Sun RI

2005-06-23 Thread Sean Schofield
- > From: CONNER, BRENDAN (SBCSI) > Sent: Thursday, June 23, 2005 3:31 PM > To: 'MyFaces Discussion'; 'Sean Schofield' > Subject: RE: Tree component with Sun RI > > > OK. > > - Brendan > > -Original Message- > From: Sean Scho

RE: Tree component with Sun RI

2005-06-23 Thread CONNER, BRENDAN \(SBCSI\)
om: CONNER, BRENDAN (SBCSI) Sent: Thursday, June 23, 2005 3:31 PM To: 'MyFaces Discussion'; 'Sean Schofield' Subject: RE: Tree component with Sun RI OK. - Brendan -Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Sent: Thursday, June 23, 2005 3:26 PM

RE: Tree component with Sun RI

2005-06-23 Thread CONNER, BRENDAN \(SBCSI\)
OK. - Brendan -Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Sent: Thursday, June 23, 2005 3:26 PM To: MyFaces Discussion; [EMAIL PROTECTED] Subject: Re: Tree component with Sun RI First we have to establish whether or not the commandLink behavior in the MyFaces

Re: Tree component with Sun RI

2005-06-23 Thread Sean Schofield
gt; To: MyFaces Discussion; [EMAIL PROTECTED] > Subject: RE: Tree component with Sun RI > > > Yes, that's exactly the same behavior I observed. I'm sure a lot of us > would be interested to learn how to get around that. > > - Brendan > > -Original Messag

RE: Tree component with Sun RI

2005-06-23 Thread Balaji Saranathan
Sean, Do you have any suggestions for this ? Thanks Bala -Original Message- From: CONNER, BRENDAN (SBCSI) [mailto:[EMAIL PROTECTED] Sent: Thursday, June 23, 2005 2:17 PM To: MyFaces Discussion; [EMAIL PROTECTED] Subject: RE: Tree component with Sun RI Yes, that's exactly the

RE: Tree component with Sun RI

2005-06-23 Thread CONNER, BRENDAN \(SBCSI\)
, how would I go about it. -Original Message- From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] Sent: Thursday, June 23, 2005 3:22 AM To: MyFaces Discussion Subject: Re: Tree component with Sun RI AFAIK tree doesn't use extensionFilter but tree2 does. HTH, Matthias On 6/23

RE: Tree component with Sun RI

2005-06-23 Thread Balaji Saranathan
ssage- From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] Sent: Thursday, June 23, 2005 3:22 AM To: MyFaces Discussion Subject: Re: Tree component with Sun RI AFAIK tree doesn't use extensionFilter but tree2 does. HTH, Matthias On 6/23/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]>

Re: Tree component with Sun RI

2005-06-23 Thread Matthias Wessendorf
gt; > -Original Message- > From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 23, 2005 12:05 PM > To: MyFaces Discussion; Balaji Saranathan (WT01 - TELECOM SOLUTIONS) > Subject: Re: Tree component with Sun RI > > > Balaji, > > you have to

RE: Tree component with Sun RI

2005-06-23 Thread sach.jain
- From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] Sent: Thursday, June 23, 2005 12:05 PM To: MyFaces Discussion; Balaji Saranathan (WT01 - TELECOM SOLUTIONS) Subject: Re: Tree component with Sun RI Balaji, you have to set up our ExtensionsFilter, since the *default* resources (javascript, images

Re: Tree component with Sun RI

2005-06-22 Thread Matthias Wessendorf
TED]> wrote: > > > > Hi, > > I tested the Tree component to work with Sun RI and it works fine. However, > the images are not not visible. When I check the Html source, I see the > following path > > "Img > src="/framework/faces/myFacesExt

RE: Tree component with Sun RI

2005-06-22 Thread Balaji Saranathan
ption for doing it. Can it be done by configuration or should I modify the code?   Regards Bala -Original Message-From: Balaji Saranathan [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 22, 2005 4:40 PMTo: 'MyFaces Discussion'Subject: Tree component with Sun RI

Tree component with Sun RI

2005-06-22 Thread Balaji Saranathan
Title: Tree component with Sun RI Hi, I tested the Tree component to work with Sun RI and it works fine. However, the images are not not visible. When I check the Html source, I see the following path "Img src="" border="0" /><" Why is the path being

RE: Re: tree component & folder icon

2005-05-10 Thread Virtudazo, Dennis \(Exchange\)
-Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 10, 2005 1:01 PM To: MyFaces Discussion Subject: Fwd: Re: tree component & folder icon -- Forwarded message -- From: Sean

Fwd: Re: tree component & folder icon

2005-05-10 Thread Sean Schofield
-- Forwarded message -- From: Sean Schofield <[EMAIL PROTECTED]> Date: May 10, 2005 1:00 PM Subject: Re: Re: tree component & folder icon To: "Virtudazo, Dennis (Exchange)" <[EMAIL PROTECTED]> > Anyway, I created tree2table renderer and tag. The ma

RE: Re: tree component & folder icon

2005-05-10 Thread Virtudazo, Dennis \(Exchange\)
I haven't made it work to render real columns yet, just hardcoded columns. -Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 10, 2005 8:07 AM To: MyFaces Discussion Subject: Re: Re: tree component & folder icon With a little bit of work one could w

Re: Re: tree component & folder icon

2005-05-10 Thread Sean Schofield
on but not for tree2 component, it is for > tree component :'(. > I am currently using treecolumn and for the moment it is not compatible with > tree2. > > Ced > > > De: Sean Schofield <[EMAIL PROTECTED]> > > A: MyFaces Discussion > > Objet: Re: tr

Re: Re: tree component & folder icon

2005-05-09 Thread ced_the.bear
I was talking about the folders icon but not for tree2 component, it is for tree component :'(. I am currently using treecolumn and for the moment it is not compatible with tree2. Ced > De: Sean Schofield <[EMAIL PROTECTED]> > A: MyFaces Discussion > Objet: Re: tree com

Re: tree component & folder icon

2005-05-09 Thread Sean Schofield
Which icon are you trying to suppress? The "navigation" icons can be turned off but only if you also turn off the "navigation lines." You can do this by setting the showLines and showNav attributes to false. (See the TLD javadoc on the website for explanation of all the attributes: http://myface

tree component & folder icon

2005-05-09 Thread ced_the.bear
How could I "suppress"  the icon displayed with the tree tag. I  want to display no icon. I tryed to specify nodeClass to "" but it didn't work. I tryed to put iconNodeClose & IconNodeOpen to "false, but it ditn't work better. Thanks for answer (s) Ced CaraMail met en oeuvre un nouveau Concep

Re: How to dynamically add nodes to the Tree Component

2005-04-29 Thread Sean Schofield
and then only add the children when a node > is exanded or selected. Is this possible with the MyFaces tree component? > If so, are there any working examples in which child nodes are dynaically > added to the tree when a node is exanded/selected? To clarify I am trying > to avoid bu

How to dynamically add nodes to the Tree Component

2005-04-29 Thread Jeffrey Goodwin
Hi, I am working on a project in which I need to dynamically create a large tree with a large number of child nodes/levels. Since the tree will be large, I plan to create all parent nodes and then only add the children when a node is exanded or selected. Is this possible with the MyFaces tree

Re: Tree component

2005-02-21 Thread Sean Schofield
, Heath Borders <[EMAIL PROTECTED]> wrote: > I'm going to try to get at it this week. > > > On Sun, 20 Feb 2005 16:38:41 -0500, Sean Schofield > <[EMAIL PROTECTED]> wrote: > > Anyone get a chance to look at the new tree component yet? I have > > made

Tree component

2005-02-20 Thread Sean Schofield
Anyone get a chance to look at the new tree component yet? I have made a few more improvements but I probably won't check them in until tomorrow. I have made significant progress on the javascript implementation so that will be nice when that is ready. sean

Re: [ANNOUNCE] New tree component available

2005-02-17 Thread Michał Małecki
The PragmaticObject team has released pragmatic Tree jsp tag. Although it's not JSF component (they want to add it in next release) I think it's good check how they designed it etc. http://pragmaticobjects.com Michał Małecki Noel, I am not really that familiar with the original Tree

Re: [ANNOUNCE] New tree component available

2005-02-17 Thread Sean Schofield
Noel, I am not really that familiar with the original Tree component. At this point, I would not spend a lot of time investing it either since it is likely to be going away soon with the new tree component. Try looking at the latest CVS code for tree2. Also try downloading the WAR file that

Re: [ANNOUNCE] New tree component available

2005-02-17 Thread Noel Rocher
Sean Schofield wrote: I just finished up the first draft of the tree component. It is now available with source code and a working example is included in the myfaces-examples webapp. To use it, you will need to get latest source code from CVS. For now, the name of the component is tree2. This is

Re: [ANNOUNCE] New tree component available

2005-02-17 Thread Noel Rocher
Schofield wrote: I just finished up the first draft of the tree component. It is now available with source code and a working example is included in the myfaces-examples webapp. To use it, you will need to get latest source code from CVS. For now, the name of the component is tree2. This is

RE: [ANNOUNCE] New tree component available

2005-02-17 Thread Gosuin Gilles
Great news ! I've been using MyFaces' tree component for months now and have always felt frustrated by its limitations. I've submitted some feedback several times, which have always remained unanswered. Quite disappointing when I see the number of mails being exchanged on this

Re: [ANNOUNCE] New tree component available

2005-02-17 Thread Matthias Wessendorf
component. It is now available with source code and a working example is included in the myfaces-examples webapp. To use it, you will need to get latest source code from CVS. For now, the name of the component is tree2. This is meant to be a temporary solution to allow the original tree component to

[ANNOUNCE] New tree component available

2005-02-17 Thread Sean Schofield
I just finished up the first draft of the tree component. It is now available with source code and a working example is included in the myfaces-examples webapp. To use it, you will need to get latest source code from CVS. For now, the name of the component is tree2. This is meant to be a

Re: New Tree Component (Update)

2005-02-08 Thread Oliver Rossmueller
ely. The condition part of a rendering rule as proposed is just optional and can be used for more complex rendering logic. I think the rule syntax is quite straightforward and even more explicit than the proposed facet naming scheme. Even if you are not familiar with the tree component you will

Re: New Tree Component (Update)

2005-02-08 Thread Oliver Rossmueller
Sean Schofield wrote: The tree just happens to be the object with the methods you are calling. The method will indicated isExpanded (and toggleExpanded) for the *current node* (not the tree itself.) The tree component is the actual bean with these methods that gets called by the value binding

Re: New Tree Component (Update)

2005-02-08 Thread Sean Schofield
The tree just happens to be the object with the methods you are calling. The method will indicated isExpanded (and toggleExpanded) for the *current node* (not the tree itself.) The tree component is the actual bean with these methods that gets called by the value binding expression. The tree

Re: New Tree Component (Update)

2005-02-08 Thread Heath Borders
So, the expanded property for the varNodeToggler will apply to a given TreeNode object? I wouldn't think that there would be much need to have the tree either collapsed or expanded as a whole compared to having individual nodes expanded or collapsed. On Tue, 8 Feb 2005 11:06:35 -0500, Sean Schof

Re: New Tree Component (Update)

2005-02-08 Thread Heath Borders
who generates the varNodeToggler? On Mon, 7 Feb 2005 12:29:16 -0500, Sean Schofield <[EMAIL PROTECTED]> wrote: > Here is a revised proposal of how we could do this: > > > > > >rendered="#{t.expanded}" border="0"/> >value="folder-closed.png"rendere

Re: New Tree Component (Update)

2005-02-07 Thread Sean Schofield
Here is a revised proposal of how we could do this: This is similar to earlier examples except the expand/collapse informa

Re: New Tree Component (Update)

2005-02-07 Thread Sean Schofield
> For our tree, we render the entire tree on every request, so that the > user could expand/collapse it as far as they like w/o a reload. This is how the "client-side" version of the tree will work. It will use javascript to do this. > Originally, we built flags into the model such that you coul

Re: New Tree Component (Update)

2005-02-07 Thread Sean Schofield
ny leaf to some kind of javascript datastructure you can deal with in > the browser. So how does the icon logic fit in there? And how will the > client-side tree state be synchronized with the server-side tree > component state? I have a plan for this. I will provide more details shortly. It turns out that the server-side logic is easier to implement so I am starting there (even though client-side logic is one of my main requirements.) > Oliver sean

Re: New Tree Component (Update)

2005-02-07 Thread Heath Borders
ite straightforward and even more explicit than the proposed facet > naming scheme. Even if you are not familiar with the tree component you > will get an understanding of what happens. > > Besides, if you don't like IconProvider and don't like rules and > conditions, too,

  1   2   >