Re: Family of ADF-Faces form

2006-07-17 Thread Cosma Colanicchia
Hi Martin, a patch that I've submitted on JIRA for TOMAHAWK-516 contains the same change for the _ComponentUtils.findNestingForm method, maybe you can take a look at it. With the current implementation, JSCookMenu isn't working in a Trinidad project. Ciao Cosma 2006/7/17, Matthias Wessendorf

Re: Family of ADF-Faces form

2006-07-17 Thread Matthias Wessendorf
I added it 70 minutes ago to _ComponentUtils.findNestingForm() ;) see: http://svn.apache.org/viewvc/myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/util/_ComponentUtils.java?view=diffr1=422631r2=422632pathrev=422632 -Matthias On 7/16/06, Cosma Colanicchia [EMAIL PROTECTED]

Re: Charting Component

2006-07-17 Thread venkata guddanti
Hi Martin, The global variable is only in the test page. The rendering logic is in Chart.js. I plan to make this logic namespace compliant. Currently it is using chart as a namespace. For e.g. chartAssert etc., Chart is the base class for all the other chart types. I believe I will change the

Re: Charting Component

2006-07-17 Thread Martin Marinschek
Hi Venkata, the general rule in MyFaces is to prefix with: org_apache_myfaces_ regards, Martin On 7/17/06, venkata guddanti [EMAIL PROTECTED] wrote: Hi Martin, The global variable is only in the test page. The rendering logic is in Chart.js. I plan to make this logic namespace

Re: Charting Component

2006-07-17 Thread Martin Marinschek
Hi Venkata, a unique component id and a unique method-name or variable name are two entirely different things. Imagine a chart component outside of any naming container, which gets the id chart set by the user. Whatever global variable you use will then be named according to your unique id, but