[Trinidad] Operation aborted in IE6 when opening dialog

2008-05-13 Thread Geetha Rodricks

Hi
We use Trinidad version 1.0.1. We decided to upgrade to 1.0.7. 
When we incorporate release1.0.7, and try to open a dialog we seem to get
"Operation aborted" message. There are no exceptions in the log. It seems to
be the "Operation aborted: IE bug. 

Any help would be appreciated. 

Thanks
Geetha






-- 
View this message in context: 
http://www.nabble.com/-Trinidad--Operation-aborted-in-IE6-when-opening-dialog-tp17222906p17222906.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.



Re: Multiple requests for same image = very slow tree rendering

2008-02-14 Thread Geetha Rodricks

Hi

Did you get anywhere with this issue - I have found the same issue
We have a tree2 component with  lots of nodes.
To render the tree I get to see multiple gets of the same image which is
definitely slows the rendering of the tree.

Is there any way to avoid that ?

Thanks


Michel Goldstein wrote:
> 
> Hi,
> 
> I'm trying to track down a problem that seems to affect a few users of our
> application. We have a fairly large tree to display (about 1500 nodes)
> using
> Tomahawk's tree2 component (with client-side toggle). In most cases, it
> does
> take some time to load (as it has to load all nodes and each generates a
> quite large amount of Javascript/html), but in some cases it takes a LONG
> time to load (think 2 seconds to 2 minutes). When I look at the Tomcat
> access logs, I see things like:
> 
> [02/Jul/2007:11:42:49 -0800] "GET
> /ptd/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11819657/tree2.HtmlTreeRenderer/images/line-
> trunk.gif HTTP/1.1" 200 466
> [02/Jul/2007:11:43:00 -0800] "GET
> /ptd/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11819657/tree2.HtmlTreeRenderer/images/line-
> trunk.gif HTTP/1.1" 200 466
> [02/Jul/2007:11:43:00 -0800] "GET
> /ptd/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11819657/tree2.HtmlTreeRenderer/images/line-
> trunk.gif HTTP/1.1" 200 466
> [02/Jul/2007:11:43:00 -0800] "GET
> /ptd/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11819657/tree2.HtmlTreeRenderer/images/line-
> trunk.gif HTTP/1.1" 200 466
> [02/Jul/2007:11:43:00 -0800] "GET
> /ptd/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11819657/tree2.HtmlTreeRenderer/images/line-
> trunk.gif HTTP/1.1" 200 466
> ...
> 
> on and on. The only common thing among those users that I have seen so far
> is that they all use Internet Explorer 6 and seem always to have this
> issue.
> I tried to run IE6 on my computer with all the configurations they've told
> they had, and wasn't able to reproduce it. Does anybody know what metadata
> is sent by the ResourceLoader that could "fool" their IE into thinking
> that
> it needs to load this image over and over again?
> 
> As of versions, I'm using:
> myfaces/tomahawk: 1.1.5
> tomcat: 5.5.9
> 
> Thank you,
> Michel
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Multiple-requests-for-same-image-%3D-very-slow-tree-rendering-tp11400185p15492608.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.



Re: [Trinidad] navigationPane and commandNavigationItem problem

2007-06-21 Thread Geetha Rodricks

Hi
How would you turn the logging on for Trinidad?
I could do the same to see if I can get more info as well.

Thanks
Regards
Geetha


Zarick Lau wrote:
> 
> Hi Geetha,
> 
> Yes, I've read a few related post in the ML archive...
> I really want to figure it out.
> 
> I'll try to turn on more logging from Trinidad, I'll report this if I've
> more info.
> 
> Regards,
> Zarick
> 
> On 6/21/07, Geetha Rodricks <[EMAIL PROTECTED]> wrote:
>>
>>
>> Hi
>>
>> We have the same issue.
>> We have the level="0" - the action gets called.
>> >  level="0" var="menu1"
>>  value="#{TopologyMenuBean.FMenuModel.model}">
>>
>> But if the level="2" it displays the child menus. But action or
>> actionListener is never called
>> I tried destination alone and it works fine.
>> We need action to work so we can update data before loading the page.
>> We are using the trinidad-*-1.0.0-incubating.jar
>>
>> Thanks in advance
>>
>> Regards
>> Geetha
>>
>>
>>
>>
>> Zarick Lau wrote:
>> >
>> > Hi list,
>> >
>> > I'm currently introducing Trinidad into our project. We are using
>> > 1.0.0-incubating with facelets-1.1.11.
>> >
>> > I've defined a MenuModel following the example in trinidad-demo (eg
>> using
>> > the ModuleModelAdapter, DemoNavitationItem,
>> > ViewIdPropertyMenuModel, and ChildPropertyTreeModel)
>> >
>> > In the page, I've code like this:
>> > > > value="#{menuModel.model}" level="2">
>> >   
>> > > > text="#{menuItem.label}" action="#{menuItem.getOutcome}"
>> > immediate="true"
>> > />
>> >   
>> > 
>> >
>> > With this, the method "menuItem.getOutcome" is never get called.
>> > I've sure the MenuModel is in good condiation (NavigationTree can show
>> me
>> > the correct menu with
>> > correct focus path).
>> >
>> > I've try wrapping the document with tr:page / tr:panelPage.
>> > I've also try with the 'immediate="true' in the commandNavigationItem.
>> > But the situation never changed.
>> >
>> > Is this kind of use (navigationPane + commandNavigationItem as
>> nodeStamp)
>> > support?
>> >
>> > Any advice or help are welcome!! Thanks very much!!!
>> >
>> > Regards,
>> > Zarick
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/-Trinidad--navigationPane-and-commandNavigationItem-problem-tf3956252.html#a11226245
>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-Trinidad--navigationPane-and-commandNavigationItem-problem-tf3956252.html#a11243158
Sent from the MyFaces - Users mailing list archive at Nabble.com.



Re: [Trinidad] navigationPane and commandNavigationItem problem

2007-06-20 Thread Geetha Rodricks

Hi

We have the same issue.
We have the level="0" - the action gets called.
 

But if the level="2" it displays the child menus. But action or
actionListener is never called
I tried destination alone and it works fine. 
We need action to work so we can update data before loading the page.
We are using the trinidad-*-1.0.0-incubating.jar

Thanks in advance

Regards
Geetha




Zarick Lau wrote:
> 
> Hi list,
> 
> I'm currently introducing Trinidad into our project. We are using
> 1.0.0-incubating with facelets-1.1.11.
> 
> I've defined a MenuModel following the example in trinidad-demo (eg using
> the ModuleModelAdapter, DemoNavitationItem,
> ViewIdPropertyMenuModel, and ChildPropertyTreeModel)
> 
> In the page, I've code like this:
>  value="#{menuModel.model}" level="2">
>   
>  text="#{menuItem.label}" action="#{menuItem.getOutcome}"
> immediate="true"
> />
>   
> 
> 
> With this, the method "menuItem.getOutcome" is never get called.
> I've sure the MenuModel is in good condiation (NavigationTree can show me
> the correct menu with
> correct focus path).
> 
> I've try wrapping the document with tr:page / tr:panelPage.
> I've also try with the 'immediate="true' in the commandNavigationItem.
> But the situation never changed.
> 
> Is this kind of use (navigationPane + commandNavigationItem as nodeStamp)
> support?
> 
> Any advice or help are welcome!! Thanks very much!!!
> 
> Regards,
> Zarick
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-Trinidad--navigationPane-and-commandNavigationItem-problem-tf3956252.html#a11226245
Sent from the MyFaces - Users mailing list archive at Nabble.com.



[Trinidad] tr:chart and Adobe SVG Viewer

2007-06-19 Thread Geetha Rodricks
Hi

We use the Trinidad suite of components in our project. We were using the
cewolf for charting and are thinking of using the Trinidad Chart component.
>From what I have gathered Trinidad chart uses the Adobe SVS plugin. But
Adobe have decided to discontinue support for the SVG viewer. A line from
their site - "Please note that Adobe has announced
 that it will discontinue support for
Adobe SVG Viewer on January 1, 2008. "

Before we start using the chart component I would like to know how this
affects the Trinidad chart component and what the plans are?

Thanks

Regards
Geetha



[Trinidad] CommandNavigationItem Action not working for level 2

2007-06-18 Thread Geetha Rodricks
Hi

 Sorry to post it again but updated the subject to include [Trinidad]

I have a 2 level Menu - Implemented using the NavigationPane
I have implemented the top as tabs and second as bar
The elements are commandNavigationItem and I have an action associated with
them.
The action gets called when the tabs at the top level is clicked.
But the action is not called for the child commandNavigationItem in the menu
bar

It used to work - I was using an earlier version of the adf-faces -
adf-faces-*-incubator-m1-SNAPSHOT.jar
But after moving across to the trinidad-*-1.0.0-incubating-SNAPSHOT.jar it
does not work.

Any help would be appreciated.
Below is the part of the code.




  
  


  
  


  


  

Thanks
Regards
Geetha



CommandNavigationItem Action not working for level 2

2007-06-18 Thread Geetha Rodricks
Hi

I have a 2 level Menu - Implemented using the NavigationPane
I have implemented the top as tabs and second as bar
The elements are commandNavigationItem and I have an action associated with
them.
The action gets called when the tabs at the top level is clicked.
But the action is not called for the child commandNavigationItem in the menu
bar

It used to work - I was using an earlier version of the adf-faces -
adf-faces-*-incubator-m1-SNAPSHOT.jar
But after moving across to the trinidad-*-1.0.0-incubating-SNAPSHOT.jar it
does not work.

Any help would be appreciated.
Below is the part of the code.




  
  


  
  


  


  

Thanks
Regards
Geetha



FW: [Trinidad] tr:chart and Adobe SVG Viewer

2007-06-18 Thread Geetha Rodricks
Hi

We use the Trinidad suite of components in our project. We were using the
cewolf for charting and are thinking of using the Trinidad Chart component.
>From what I have gathered Trinidad chart uses the Adobe SVS plugin. But
Adobe have decided to discontinue support for the SVG viewer. A line from
their site - "Please note that Adobe has announced
 that it will discontinue support for
Adobe SVG Viewer on January 1, 2008. "

Before we start using the chart component I would like to know how this
affects the Trinidad chart component and what the plans are?

Thanks

Regards
Geetha



Adding right click menu for tree2

2007-03-06 Thread Geetha Rodricks
Hi

We are using tree2 and have it working with dynamic data. Now Iam interested
in adding
a menu when the user right clicks on a node in the trees. Based on the node
the menu options would be different.
Has anyone implemented a right click menu on a tree2 Node - Any help would
be appreciated.

Thanks
Regards
Geetha