Re: myfaces-tree2 component

2011-03-01 Thread Jakob Korherr
Hi Pritam, I had a similar problem in one of my projects and we solved it by making the tree AJAX aware - which means that we only loaded the first section of the tree with the site and then loaded other sections on demand if a user clicked the related +. However, if that is not possible for

Re: myfaces-tree2 component

2011-03-01 Thread Michael Heinen
Hi Pritam, I migrated a few weeks ago to the richfaces tree which has ajax support on board. Maybe it's an alternative for you. Regards, Michael Am 01.03.2011 09:20, schrieb Jakob Korherr: Hi Pritam, I had a similar problem in one of my projects and we solved it by making the tree AJAX

Re: myfaces-tree2 component

2011-03-01 Thread Leonardo Uribe
Hi Use t:tree2 using client side mode obviously will cause the problem you mentioned, even if the generated html code is optimized in size. The alternative is use server side mode or other tree implementation that uses ajax techniques to load and show data. Right now I haven't tested if t:tree2

myfaces-tree2 component

2011-02-28 Thread Gaikwad, Pritam (Pritam)
Hi, We are using tomahawk's tree2 component in our application. We have more than 12000 nodes in the navigation tree which is the most important component of our application. The problem is- with 12000 nodes tree renderer generates large amount of html (~ 20MB) which is repetitive and

RE: MyFaces Tree2 Component

2008-05-12 Thread spaduri
/h:panelGroup /f:facet /t:tree2 /h:form Thanks Regards, Kiran Singh K -Original Message- From: ext spaduri [mailto:[EMAIL PROTECTED] Sent: Friday, April 25, 2008 1:55 AM To: users@myfaces.apache.org Subject: RE: MyFaces Tree2 Component

RE: MyFaces Tree2 Component

2008-04-24 Thread Nutulapati, Krishna
desperately looking for help. Thanks Krishna -Original Message- From: spaduri [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 23, 2008 5:28 PM To: users@myfaces.apache.org Subject: RE: MyFaces Tree2 Component Hi Krishna Have you finished your stuff..? Let me know... I think we can do

Re: MyFaces Tree2 Component

2008-04-24 Thread Andrew Robinson
in a sort of critical situation, where I'm desperately looking for help. Thanks Krishna -Original Message- From: spaduri [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 23, 2008 5:28 PM To: users@myfaces.apache.org Subject: RE: MyFaces Tree2 Component Hi Krishna Have

Re: MyFaces Tree2 Component

2008-04-24 Thread Scott O'Bryan
]] Sent: Friday, April 18, 2008 3:06 PM To: users@myfaces.apache.org mailto:users@myfaces.apache.org Subject: MyFaces Tree2 Component Hi team I am planning to recommend JSF and MyFaces for the development of the application. like Navigation Tree

Re: MyFaces Tree2 Component

2008-04-24 Thread Andrew Robinson
@myfaces.apache.org Subject: MyFaces Tree2 Component Hi team I am planning to recommend JSF and MyFaces for the development of the application. like Navigation Tree on the left side, header, footer and body .. 1) Can any one share a piece

RE: MyFaces Tree2 Component

2008-04-24 Thread spaduri
/use_tomahawk_tree2_and_ajax4jsf and built on top of that. Matt -Message d'origine- De : spaduri [mailto:[EMAIL PROTECTED] Envoyé : lundi 21 avril 2008 17:48 À : users@myfaces.apache.org Objet : Re: MyFaces Tree2 Component Hi there I am planning to recommend JSF

RE: MyFaces Tree2 Component

2008-04-24 Thread Singh, Kiran 1. (NSN - IN/India - MiniMD)
PROTECTED] Sent: Friday, April 25, 2008 1:55 AM To: users@myfaces.apache.org Subject: RE: MyFaces Tree2 Component Hi Matt Thanks for the reply. Well My environments doesn't let me know use AJAX4JSF, the maximum I can use is older version of MyFaces and Tomahawk components to build the Navigation tree

RE: MyFaces Tree2 Component

2008-04-23 Thread spaduri
whether you can receive them as attachment. Thanks Krishna A)From Gui I should -Original Message- From: spaduri [mailto:[EMAIL PROTECTED] Sent: Sunday, April 20, 2008 11:07 PM To: users@myfaces.apache.org Subject: RE: MyFaces Tree2 Component Hi Krishna Tomahawk

RE: MyFaces Tree2 Component

2008-04-22 Thread Matt.Rossner-prest
/use_tomahawk_tree2_and_ajax4jsf and built on top of that. Matt -Message d'origine- De : spaduri [mailto:[EMAIL PROTECTED] Envoyé : lundi 21 avril 2008 17:48 À : users@myfaces.apache.org Objet : Re: MyFaces Tree2 Component Hi there I am planning to recommend JSF and MyFaces

Re: MyFaces Tree2 Component

2008-04-21 Thread Grzesiek
on Triniad? Thanks Krishna -Original Message- From: spaduri [mailto:[EMAIL PROTECTED] Sent: Friday, April 18, 2008 3:06 PM To: users@myfaces.apache.org Subject: MyFaces Tree2 Component Hi team I am planning to recommend JSF and MyFaces for the development

Re: MyFaces Tree2 Component

2008-04-21 Thread [EMAIL PROTECTED]
This isn't correct; Tomahawk can be used with any JSF implementation, eg Sun's. In very old Tomahawk versions, you needed to add a shared jar if you weren't using myfaces but that was removed long ago. Regards, Simon Grzesiek schrieb: Personally I regret tomahawk can't be used without myfaces

Re: MyFaces Tree2 Component

2008-04-21 Thread Grzesiek
Yes, that is what should be. But in my case JSF Mojarra + Tomahawk causes a lot of problems, eg : 1. First (but it doesn't matter): 2008-04-21 13:22:02 org.apache.commons.digester.Digester error SEVERE: Parse Error at line 5 column 14: Document root element faces-config, must match DOCTYPE root

Re: MyFaces Tree2 Component

2008-04-21 Thread [EMAIL PROTECTED]
We should really use a different thread for this issue. However... Item (1) just looks like a plain old bug in tomahawk. Could you please post the first few lines of your faces-config.xml file? I don't know why (2) is happening for you... [EMAIL

Re: MyFaces Tree2 Component

2008-04-21 Thread spaduri
the data from backend based on the I will build the Tree with leafs, when we click on leafs we need to call action to redirect to other jsps ) we can achieve this using MyFaces Tree2 Component,Just wondering if anybody know some information, any info is appreciated. Thanks Jack [EMAIL PROTECTED

Re: MyFaces Tree2 Component

2008-04-21 Thread Grzesiek
first of all, thanks for you help... ?xml version='1.0' encoding='UTF-8'? !-- === FULL CONFIGURATION FILE == -- faces-config version=1.2 xmlns=http://java.sun.com/xml/ns/javaee; . It still gives an error : SEVERE: Parse Error at line 2 column 14:

RE: MyFaces Tree2 Component

2008-04-20 Thread spaduri
To: users@myfaces.apache.org Subject: MyFaces Tree2 Component Hi team I am planning to recommend JSF and MyFaces for the development of the application. like Navigation Tree on the left side, header, footer and body .. 1) Can any one share a piece of code to develop Dynamic Navigation

MyFaces Tree2 Component

2008-04-18 Thread spaduri
on the I will build the Tree with leafs, when we click on leafs we need to call action to redirect to other jsps ) we can achieve this using MyFaces Tree2 Component,Just wondering if anybody know some information, any info is appreciated. thanks Jack -- View this message in context: http

RE: MyFaces Tree2 Component

2008-04-18 Thread Nutulapati, Krishna
PROTECTED] Sent: Friday, April 18, 2008 3:06 PM To: users@myfaces.apache.org Subject: MyFaces Tree2 Component Hi team I am planning to recommend JSF and MyFaces for the development of the application. like Navigation Tree on the left side, header, footer and body .. 1) Can any one share