RE: Tomahawk components' javascript are undefined

2011-03-01 Thread AMIR-TAHMASSEB Marc Kamran
] Sent: 13 February 2011 15:38 To: MyFaces Discussion Subject: Re: Tomahawk components' javascript are undefined See http://www.oracle.com/technetwork/java/filters-137243.html You should do a chain.doFilter instead of a forward at the end of your method. Your filter isn't letting the other filters

Re: Tomahawk components' javascript are undefined

2011-03-01 Thread Richard Yee
Subject: Re: Tomahawk components' javascript are undefined See http://www.oracle.com/technetwork/java/filters-137243.html You should do a chain.doFilter instead of a forward at the end of your method. Your filter isn't letting the other filters process the request. Richard Sent from my

Re: Tomahawk components' javascript are undefined

2011-03-01 Thread Leonardo Uribe
To: MyFaces Discussion Subject: Re: Tomahawk components' javascript are undefined See http://www.oracle.com/technetwork/java/filters-137243.html You should do a chain.doFilter instead of a forward at the end of your method. Your filter isn't letting the other filters process the request. Richard

Re: Tomahawk components' javascript are undefined

2011-02-13 Thread Richard Yee
); requestDispatcher.forward(request, response); } As i specified, if I remove the filter, everything goes well. But as soon as the filter is active, the tomahawk components are altered :-( Do someone have an idea ? Thank in advance, Marc *Médiateur européen* *Marc Kamran Amir-Tahmasseb

Re: Tomahawk components' javascript are undefined

2011-02-12 Thread omid p
); requestDispatcher.forward(request, response); } As i specified, if I remove the filter, everything goes well. But as soon as the filter is active, the tomahawk components are altered :-( Do someone have an idea ? Thank in advance, Marc *Médiateur européen* *Marc Kamran Amir-Tahmasseb

Tomahawk components' javascript are undefined

2011-02-10 Thread AMIR-TAHMASSEB Marc Kamran
the filter, everything goes well. But as soon as the filter is active, the tomahawk components are altered :-( Do someone have an idea ? Thank in advance, Marc Médiateur européen Marc Kamran Amir-Tahmasseb Unité Communication - Développeur web T. +33 (0)3 88 17 44 10 marc.amir-tahmas

[Trinidad] Using Tomahawk components in Trinidad

2009-05-12 Thread Florian Reiser
Hello, I am using a tomahawk t:tree2 inside a trinidad page. The tree2 is using a trinidad PPR to send data to a text input field. As soon as the page with the tree is loaded, the following error shows in the JBoss console: 15:58:03,845 ERROR [STDERR] 12.05.2009 15:58:03

Re: [Trinidad] Using Tomahawk components in Trinidad

2009-05-12 Thread Matthias Wessendorf
is there some duplicated id on the source code ?! -M On Tue, May 12, 2009 at 4:56 PM, Florian Reiser florian.rei...@softproject.de wrote: Hello, I am using a tomahawk t:tree2 inside a trinidad  page. The tree2 is using a trinidad PPR to send data to a text input field. As soon as the

Re: [Trindad] Integrating Tomahawk components as PPR source.

2009-05-08 Thread Matthias Wessendorf
the content of another field. Normally I would use Trinidads PPR-mechanism but the Tomahawk component does not have the autoSumit attribute from Trinidad. How can I integrate Tomahawk components into Trindads PPR-mechanism? you could hack/create some client-side JS script that uses the Trinidad

Re: [Trindad] Integrating Tomahawk components as PPR source.

2009-05-08 Thread Andrew Robinson
. How can I integrate Tomahawk components into Trindads PPR-mechanism? With kind regards Florian Reiser

[Trindad] Integrating Tomahawk components as PPR source.

2009-05-07 Thread Florian Reiser
component does not have the autoSumit attribute from Trinidad. How can I integrate Tomahawk components into Trindads PPR-mechanism? With kind regards Florian Reiser

Tomahawk components- Required message

2007-12-02 Thread Ali Ok
Hello, Why does tomahawk components dont have required message, converter message, validator message properties? Are there any ways to do this, except binding and setting by setRequiredMessage(String) method?

Re: Tomahawk components- Required message

2007-12-02 Thread Cagatay Civici
That's because tomahawk is based on 1.1 for now, not 1.2. On Dec 2, 2007 5:47 PM, Ali Ok [EMAIL PROTECTED] wrote: Hello, Why does tomahawk components dont have required message, converter message, validator message properties? Are there any ways to do this, except binding and setting

Which Tomahawk components don't work without javascript?

2007-06-27 Thread KaiWeing
Hi, does anyone have an overview of which tomahawk components will not work if org.apache.myfaces.ALLOW_JAVASCRIPT is set to false? Basically this boils down to the question, which components use the commandLink component (which does not work without javascript, see https://issues.apache.org

Re: Which version of TomaHawk components can be used with JSF 1.1 RI and Tomcat 5.5.x?

2007-01-25 Thread Jay Balunas
: http://www.nabble.com/Which-version-of-TomaHawk-components-can-be-used-with-JSF-1.1-RI-and-Tomcat-5.5.x--tf3084292.html#a8571665 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: Which version of TomaHawk components can be used with JSF 1.1 RI and Tomcat 5.5.x?

2007-01-25 Thread Mike Kienenberger
? I download tomahawk-examples-1.1.5-SNAPSHOT-bin.tar.gz and it does not works with Tomcat 5.5.20 I should say that i must use TomaHawk components with JSF 1.1 RI, and Also i need to use PanelNavigation2 component, so Please let me know if : 1- TomaHawk does not works with JSF 1.1 RI

Re: Which version of TomaHawk components can be used with JSF 1.1 RI and Tomcat 5.5.x?

2007-01-25 Thread Jay Balunas
that i must use TomaHawk components with JSF 1.1 RI, and Also i need to use PanelNavigation2 component, so Please let me know if : 1- TomaHawk does not works with JSF 1.1 RI 2- PanelNavigation2 is not present in TomaHawk version that works with tomcat 5.5.x and JSF RI 1.1

Which version of TomaHawk components can be used with JSF 1.1 RI and Tomcat 5.5.x?

2007-01-24 Thread legolas
TomaHawk components with JSF 1.1 RI, and Also i need to use PanelNavigation2 component, so Please let me know if : 1- TomaHawk does not works with JSF 1.1 RI 2- PanelNavigation2 is not present in TomaHawk version that works with tomcat 5.5.x and JSF RI 1.1 Thanks -- View this message in context

Re: Which version of TomaHawk components can be used with JSF 1.1 RI and Tomcat 5.5.x?

2007-01-24 Thread Mike Kienenberger
post Can some one please tell me which version of TomaHawk I should download to be able to use it with JSF 1.1 RI and tomcat 5.5.x ? I download tomahawk-examples-1.1.5-SNAPSHOT-bin.tar.gz and it does not works with Tomcat 5.5.20 I should say that i must use TomaHawk components with JSF 1.1 RI

Re: Tomahawk components doesnt get rendered onto Browser

2007-01-23 Thread Cagatay Civici
://www.nabble.com/Tomahawk-components-doesnt-get-rendered-onto-Browser-tf3077152.html#a8548813 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: Tomahawk components doesnt get rendered onto Browser

2007-01-23 Thread bansi
-SNAPSHOT.jar The browser displays a blank page -- View this message in context: http://www.nabble.com/Tomahawk-components-doesnt-get-rendered-onto-Browser-tf3077152.html#a8548813 Sent from the MyFaces - Users mailing list archive at Nabble.com. -- View this message in context: http

RE: Duplicate ids of some tomahawk components with portlets

2006-11-28 Thread Nebinger, David
tomahawk components with portlets Hi, I have a problem with some tomahawk components in liferay portlets. When I use one portlet with datatable and scroller for instance on the first rendering of the page all is fine. If I switch to page 2 with data scroller and then click on the portal tab

AW: Duplicate ids of some tomahawk components with portlets

2006-11-27 Thread Pfau, Oliver
Hi, try the nightly build...can't reproduce the problem with it Oliver -Ursprüngliche Nachricht- Von: Christopher Cudennec [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 24. November 2006 11:39 An: MyFaces Discussion Betreff: Re: Duplicate ids of some tomahawk components with portlets

Duplicate ids of some tomahawk components with portlets

2006-11-24 Thread Pfau, Oliver
Hi, I have a problem with some tomahawk components in liferay portlets. When I use one portlet with datatable and scroller for instance on the first rendering of the page all is fine. If I switch to page 2 with data scroller and then click on the portal tab, a dupblicate id exception is thrown

Re: Duplicate ids of some tomahawk components with portlets

2006-11-24 Thread Christopher Cudennec
have a problem with some tomahawk components in liferay portlets. When I use one portlet with datatable and scroller for instance on the first rendering of the page all is fine. If I switch to page 2 with data scroller and then click on the portal tab, a dupblicate id exception is thrown for all

AW: Duplicate ids of some tomahawk components with portlets

2006-11-24 Thread Pfau, Oliver
Betreff: Re: Duplicate ids of some tomahawk components with portlets Hi, I had a similar problem and solved it by using t:dataList instead. However that's only a workaround and you have to output the table yourself. Nevertheless I like dataList better than dataTable because it gives you more

Re: Selenium and Tomahawk Components

2006-08-31 Thread Wendy Smoak
On 8/29/06, Murat Hazer [EMAIL PROTECTED] wrote: I think web tests(acceptance tests) are important, and selenium makes these tests very easy. I don't have too much time but if you tell me how can i contribute i'll try to allocate some time for it... I think the easiest way would be to deploy

Re: Selenium and Tomahawk Components

2006-08-30 Thread Werner Punz
Ok, Murat, sorry it took me a day longer, but I sent you the code give it a try, it should work with selenium since it uses standard command links as links in the menu. As for all others, please be patient, the renderer will be committet, but I have to do some fixup upfront to remove the one

Re: Selenium and Tomahawk Components

2006-08-29 Thread Werner Punz
Murat Hazer schrieb: Hi, I am trying to test my application using selenium IDE, but selenium is not able to record/test JSCookMenu links. is there any solution? regards... not sure what selenium is, but the jscookmenu is somewhat problematic because it triggers internally a bug in ie,

Re: Selenium and Tomahawk Components

2006-08-29 Thread Matthias Wessendorf
selenium is an acceptance test tool and seleniumIDE is a firefox extension. Looks nice, but not used ;) Murat, are you able to provide test case for some other components? Tests are not that much available for tomahawk :( So, I'd like to see work on that area ;) -Matthias On 8/29/06, Werner

Re: Selenium and Tomahawk Components

2006-08-29 Thread Wendy Smoak
://issues.apache.org/jira/browse/TOMAHAWK-583 [1] http://www.nabble.com/Testing-the-Tomahawk-components-t2054609.html#a5700999 Thanks! -- Wendy

Re: Selenium and Tomahawk Components

2006-08-29 Thread Murat Hazer
Murat, are you able to provide test case for someother components? (Matthias Wessendorf)Selenium can record t:outputlink and t:datatable and t:datalist and other simple components but i am not able to try other complex components because most of the navigation in my application is depend on

Re: facelets errors on tomahawk components

2006-08-28 Thread Dennis Byrne
Grushinskiy [mailto:[EMAIL PROTECTED] Sent: Sunday, August 27, 2006 05:16 PM To: 'MyFaces Discussion' Subject: facelets errors on tomahawk components After migrating from JSP to facelets there are many errors on tomahawk components Property 'forceId' is not on type: org.apache.myfaces.custom.div.Div

Selenium and Tomahawk Components

2006-08-27 Thread Murat Hazer
Hi,I am trying to test my application using selenium IDE, but selenium is not able to record/test JSCookMenu links.is there any solution?regards...-- Murat HAZER http://www.projedunyasi.org

facelets errors on tomahawk components

2006-08-27 Thread Mikhail Grushinskiy
After migrating from JSP to facelets there are many errors on tomahawk componentsProperty 'forceId' is not on type: org.apache.myfaces.custom.div.DivProperty 'border' is not on type: org.apache.myfaces.component.html.ext.HtmlGraphicImageProperty 'headerClass' is not on type:

Using Tomahawk Components with JSF RI1.2

2006-08-22 Thread sateesh
Hi All, I am trying to use the Tomahawk1.1.3 with JSF1.2 +Facelets Combination.. I am getting the error XML Parsing Error: prefix not bound to a namespace. at the line.. t:inputFileUpload id="myFileId" value="" storage="file" required="false"/ I have tomahawk1.1.3.jar in the

Tomahawk components

2006-07-27 Thread [EMAIL PROTECTED]
Tomahawk components In which jar file are these components? Thanks for Your answer. Urs

Re: Tomahawk components

2006-07-27 Thread Sean Schofield
http://myfaces.apache.org/download.html Sean On 7/27/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Tomahawk components In which jar file are these components? Thanks for Your answer. Urs

Re: myfaces tomahawk components

2006-06-28 Thread ::SammyRulez::
Message- From: ldr [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 6:10 AM To: users@myfaces.apache.org Subject: myfaces tomahawk components Im trying to use some of the tomahawk components to be exact - TabbedPane - Schedule I've got the TabbedPane working, but it doesn't look very

RE: myfaces tomahawk components

2006-06-28 Thread Julian Ray
Moved to Tomahawk in the latest builds. -Original Message- From: ::SammyRulez:: [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 28, 2006 5:04 AM To: MyFaces Discussion Subject: Re: myfaces tomahawk components schedule component is not in 1.1.3 neither :-( 2006/6/21, Julian Ray [EMAIL

myfaces tomahawk components

2006-06-21 Thread ldr
Im trying to use some of the tomahawk components to be exact - TabbedPane - Schedule I've got the TabbedPane working, but it doesn't look very nice and I would like to ask if any have a simple version with stylesheets. Moreover Im not sure if I have the latest version - Im using myfaces-all

Getting nomethodexception while using tomahawk components

2006-02-08 Thread Hasnain Badami
hi I am getting the following exception while I am trying to use any of the tomahawk components java.lang.NoSuchMethodError: org.apache.myfaces.renderkit.html.HtmlRendererUtils.selectContentType(Ljava/lang/String;)Ljava/lang/String