Re: Tomahawk + Facelets+ state_saving_method = server navigation problem

2008-09-29 Thread Simon Kitching
ciscolos schrieb: Hi forum , we're using Tomahawk 1.1.7 with Myfaces 1.2.4 and Facelets 1.1.14. After changing the context-param javax.faces.STATE_SAVING_METHOD from client to server. We're not able use command links any more. if we try to perform a view action wich calls a bean we get the

Re: Tomahawk + Facelets+ state_saving_method = server navigation problem

2008-09-29 Thread ciscolos
Hi Simon thanks for your answer, no we dont use any cluster nether we're using load balancing. So do you have any other idea wich may solve our problem ? cheers ciscolos Simon Kitching wrote: ciscolos schrieb: Hi forum , we're using Tomahawk 1.1.7 with Myfaces 1.2.4 and Facelets

Re: Tomahawk + Facelets+ state_saving_method = server navigation problem

2008-09-29 Thread Grant Smith
Are your command links enclosed in a form ? On Mon, Sep 29, 2008 at 12:42 AM, ciscolos [EMAIL PROTECTED] wrote: Hi Simon thanks for your answer, no we dont use any cluster nether we're using load balancing. So do you have any other idea wich may solve our problem ? cheers ciscolos

Tomahawk + Facelets+ state_saving_method = server navigation problem

2008-09-26 Thread ciscolos
Hi forum , we're using Tomahawk 1.1.7 with Myfaces 1.2.4 and Facelets 1.1.14. After changing the context-param javax.faces.STATE_SAVING_METHOD from client to server. We're not able use command links any more. if we try to perform a view action wich calls a bean we get the following error. We

navigation not working: tomahawk + facelets

2008-03-31 Thread Esteban Sánchez
These are the libraries and their versions: jsf-facelets.jar (1.1.13) my-faces (1.2.2) tomahawk (1.1.6) tomahawk-facelets-taglib.jar (last version) ¿What is worng with the above config?. Thanks __ Enviado desde Correo Yahoo! Disfruta de una bandeja de

Tomahawk + facelets id-field in validate message

2007-11-29 Thread [EMAIL PROTECTED]
Hi, this is my problem: I have integrated MyFaces Tomahawk 1.6.2 + Facelets 1.1.13 this is my form: h:form id=userForm table tr td h:outputText id=label1 value=#{msg.userForm_password}:/ t:inputText id=username value=#{user.username}

RE: [Tomahawk] facelets

2007-08-03 Thread Nebinger, David
I thought: why not putting this file facelets defn file for tomahawk right away in the meta-inf of the Tomahawk jar? Won't harm nobody but will certainly help a lot of people. Although I still subscribe to that idea, he had a point also: MF and facelets are indeed 2 different

Re: [Tomahawk] facelets

2007-08-03 Thread Mike Kienenberger
Actually, as far as I know, all of the MyFaces committers are +1 for making a tomahawk.taglib.xml file for MyFaces part of the distribution. The problem is that we don't have an automated process in place to keep the file up to date yet. Hence Bruno's comment that we'll address it in Tomahawk

Re: [Tomahawk] facelets

2007-08-03 Thread Andrew Robinson
It would be nice to have it automated, but really, is it necessary for the short term? The taglib requires hardly any data, so is extremely easy to maintain. To keep the maven site updated already requires modifying its documents, so this is no harder. Sandbox already requires even more work to

Re: [Tomahawk] facelets

2007-08-03 Thread Kem Elbrader
Not sure which method I think is better but I would definitely like there to be a standard, updated way to do this for tomahawk. I vote in that vain if it counts for anything :) Also, won't there be more involved than just the taglib.xml file, such as a Tag Handler to get the tree2 component to

[Tomahawk] facelets

2007-07-31 Thread Erlend Hamnaberg
does anyone have an updated tomahawk.taglib.xml ? The one at the wiki does not seem updated. Will Myfaces add full facelets support to its custom components? Regards Erlend

Re: [Tomahawk] facelets

2007-07-31 Thread Wolf Benz
I talked about this with Werner Punz...I thought: why not putting this file right away in the meta-inf of the Tomahawk jar? Won't harm nobody but will certainly help a lot of people. Although I still subscribe to that idea, he had a point also: MF and facelets are indeed 2 different technologies,

RE: [Tomahawk] facelets

2007-07-31 Thread Jesse Alexander (KSFD 121)
From: Wolf Benz [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 31, 2007 11:56 AM To: MyFaces Discussion Subject: Re: [Tomahawk] facelets I talked about this with Werner Punz... I thought: why not putting this file right away in the meta-inf of the Tomahawk jar? Won't harm

Re: [Tomahawk] facelets

2007-07-31 Thread Bruno Aranda
(implemented by myself): http://people.apache.org/~baranda/tomahawk-facelets-1.0.jar Feel free to use it, apache license... Cheers, Bruno On 31/07/07, Jesse Alexander (KSFD 121) [EMAIL PROTECTED] wrote: instead of supplying two taglib-files... just create two jar-files with nothing more in it, than

Re: [Tomahawk] facelets

2007-07-31 Thread Wolf Benz
, as it will take advantage of the code generation of the trinidad's maven-faces-plugin. In the meanwhile, I use this library (implemented by myself): http://people.apache.org/~baranda/tomahawk-facelets-1.0.jar Feel free to use it, apache license... Cheers, Bruno On 31/07/07, Jesse Alexander (KSFD 121

Re: [Tomahawk] facelets

2007-07-31 Thread Bruno Aranda
Hi, I have uploaded my little project which I created with info from the wiki and other sources here: http://code.google.com/p/tomahawk-facelets It should be supporting tomahawk 1.1.6 and the sandbox. Hope it helps! Bruno On 31/07/07, Wolf Benz [EMAIL PROTECTED] wrote: Thx Alexander

[TOMAHAWK] Facelets support was (RE: [Solved] Unable to display Suggested Items using Sandbox component s:inputAjaxSuggest)

2007-02-27 Thread Beelen, Marco
if the myfaces-community would not like to have some code dependand on com.sun.facelets.tag.*-classes in the tomahawk-project. How do you feel about a creating seperate project groupId=org.apache.myfaces.tomahawk and artifactId=tomahawk-facelets, which has dependancies on org.apache.myfaces.tomahawk:tomahawk

Re: [TOMAHAWK] Facelets support was (RE: [Solved] Unable to display Suggested Items using Sandbox component s:inputAjaxSuggest)

2007-02-27 Thread Mike Kienenberger
some code dependand on com.sun.facelets.tag.*-classes in the tomahawk-project. How do you feel about a creating seperate project groupId=org.apache.myfaces.tomahawk and artifactId=tomahawk-facelets, which has dependancies on org.apache.myfaces.tomahawk:tomahawk and com.sun.facelets:jsf-facelets

Re: [Solved] [TOMAHAWK] Facelets support was (RE: Unable to display Suggested Items using Sandbox component s:inputAjaxSuggest)

2007-02-27 Thread bansi
. On the other hand I would understand if the myfaces-community would not like to have some code dependand on com.sun.facelets.tag.*-classes in the tomahawk-project. How do you feel about a creating seperate project groupId=org.apache.myfaces.tomahawk and artifactId=tomahawk-facelets, which

Tomahawk + Facelets + Shale

2007-01-26 Thread Reynolds, James
I'm having trouble configuring myfaces tomahawk components to work with my Facelets + Shale environment. Is anyone else using this combination successfully? I'm attempting to use the 1.1.5 Snapshot jars for myfaces core and tomahawk. Is anyone here using this combination successfully? Based on

RE: Tomahawk + Facelets + Shale

2007-01-26 Thread Reynolds, James
] Sent: Friday, January 26, 2007 11:26 AM To: MyFaces Discussion Subject: Tomahawk + Facelets + Shale I'm having trouble configuring myfaces tomahawk components to work with my Facelets + Shale environment. Is anyone else using this combination successfully? I'm attempting to use the 1.1.5 Snapshot

RE: Tomahawk + Facelets + Shale

2007-01-26 Thread Gary VanMatre
- From: Reynolds, James [mailto:[EMAIL PROTECTED] Sent: Friday, January 26, 2007 11:26 AM To: MyFaces Discussion Subject: Tomahawk + Facelets + Shale I'm having trouble configuring myfaces tomahawk components to work with my Facelets + Shale environment. Is anyone else using

Tomahawk / Facelets

2006-07-19 Thread Marcus Schmidke
Hello All, I'm trying to use Tomahawk together with Facelets. I've installed the tomahawk-facelets.jar from Wiki into my WEB-INF/lib directory, and the simple things work well. But I've got a problem using Tomahawk components in Facelets components. I've created a taglib on my own containing

Antwort: Re: Tomahawk / Facelets

2006-07-19 Thread Marcus Schmidke
]Kopie: .comThema:Re: Tomahawk / Facelets