how to build tomahawk

2009-05-07 Thread Dirk Reske
Hello, Im trying to build tomahawk. But where do I get some dependencies (like the portlet-api)? I thought it was the apache portals project, but non of the libs contains the required packages. thanks and greets from germany Dirk

Re: how to build tomahawk

2009-05-07 Thread Matthias Wessendorf
isn't the maven build downloading all the required bits ? -M On Thu, May 7, 2009 at 8:20 AM, Dirk Reske d...@devhost.de wrote: Hello, Im trying to build tomahawk. But where do I get some dependencies (like the portlet-api)? I thought it was the apache portals project, but non of the libs

Re: Trinidad: did not open a new dialog window with useWindow=true

2009-05-07 Thread Dave
yes, the action method returns: dialog:editValue. --- On Wed, 5/6/09, Richard Yee richard.k@gmail.com wrote: From: Richard Yee richard.k@gmail.com Subject: Re: Trinidad: did not open a new dialog window with useWindow=true To: MyFaces Discussion users@myfaces.apache.org Date: Wednesday,

Re: how to build tomahawk

2009-05-07 Thread Hazem Saleh
Hi Dirk, I just build Tomahawk and it works successfully with me. All dependencies should be downloaded for you. Please make sure that you updated your POM.xml file. On Thu, May 7, 2009 at 8:41 AM, Matthias Wessendorf mat...@apache.orgwrote: isn't the maven build downloading all the required

Re: how to build tomahawk

2009-05-07 Thread Hazem Saleh
And about how to build Tomahawk: 1. Download the project source code using SVN. 2. Go to the Tomahawk parent root folder: Tomahawk Root Folder | | core | core12 | examples | sandbox | sandbox15 3. from the command prompt, execute the following command: mvn clean install

FacesConfigurator fails to configure my custom renderers

2009-05-07 Thread aurel . sandu
Hi all, I am trying to build an render kit for SVG content with myfaces and trinidad . After a few fails , I decide to take a sample app ,that works on JSF RI (with glassfish), and move it to trinidad+myfaces+tomcat6. I take the app from here

Re: Trinidad: did not open a new dialog window with useWindow=true

2009-05-07 Thread Walter Mourão
Hi Dave, I just uploaded a small test project to show a misbehavior in Trinidad dialogs but despite the misbehavior, the project can be used as an example. Download from the following jira issue: https://issues.apache.org/jira/browse/TRINIDAD-1469 I hope it helps Walter Mourão

Re: FacesConfigurator fails to configure my custom renderers

2009-05-07 Thread Matthias Wessendorf
Caused by: java.util.MissingResourceException: Can't find com.sun.faces.LogStrings bundle that is code from the RI.. On Thu, May 7, 2009 at 1:07 PM, aurel.sa...@vectorsoftware.ro wrote: Hi all, I am trying to build an render kit for SVG content with myfaces and trinidad . After a few

Re: FacesConfigurator fails to configure my custom renderers

2009-05-07 Thread Richard Yee
It appears to be a problem with finding the com.sun.faces.LogStrings resource bundle. -R Sent from my iPhone On May 7, 2009, at 4:07 AM, aurel.sa...@vectorsoftware.ro wrote: Hi all, I am trying to build an render kit for SVG content with myfaces and trinidad . After a few fails , I decide

Re: Fwd: Tree2

2009-05-07 Thread HansDePrez
I have found that the problem seems to be that in the generated code the border option for the image is not set to 0. Any idea how I can correct this? Kind regards, Hans. schof-2 wrote: -- Forwarded message -- From: De Prez Hans hans.dep...@health.fgov.be Date: Wed, May

RE: how to build tomahawk

2009-05-07 Thread Knudsen, Joe
Where does it put the 1.2 version of the jar? I found this file but it did not work as expected. core12/target/dependency-maven-plugin-markers/org.apache.myfaces.tomahaw k-tomahawk-jar-1.1.9-SNAPSHOT-1769829014 From: hazem.sa...@gmail.com

RE: how to build tomahawk

2009-05-07 Thread Knudsen, Joe
Dirk, Do you use a proxy for http requests? That caused issues when Maven tried to build all the parts. I still fail to build cactus: Downloading: http://download.java.net/maven/1/cactus/poms/cactus-13-1.7.2.pom [INFO] Unable to find resource 'cactus:cactus:pom:13-1.7.2' in repository java.net

Trinidad + Seam

2009-05-07 Thread Rogerio Baldini das Neves
Hi Guys, I have an application running with Trinidad 1.2.11 and jBoss Seam 2.1.0. I am trying to improve performance setting up parameter org.apache.myfaces.trinidad.USE_APPLICATION_VIEW_CACHE to true. When I do this change the requests that change page are providing the message The

[Trindad] Integrating Tomahawk components as PPR source.

2009-05-07 Thread Florian Reiser
Hello, I want to use a tomahawk tree2-component in Trinidad. Every tree-item has a checkbox attached to it, so it can be selected. On selection a valueChangeListener should be fired which changes the content of another field. Normally I would use Trinidads PPR-mechanism but the Tomahawk

Re: Trinidad -- TrPage not defined

2009-05-07 Thread Andrew Robinson
Sounds like your web.xml doesn't have the Trinidad resource servlet set up correctly. See the trinidad-demo source for an example of the configuration. -Andrew On Wed, May 6, 2009 at 3:08 AM, Dave javao...@yahoo.com wrote: We have jsf pages that uses tomahawk(1.1.8) and trinidad(1.2.11) with

Re: Trinidad + Seam

2009-05-07 Thread Andrew Robinson
AFAIK, you cannot use conversations with views cached in the application. Seam stores user data in the components which invalidates the requirement of the USE_APPLICATION_VIEW_CACHE that no components can have any data pertinent to a user. Basically USE_APPLICATION_VIEW_CACHE is extremely hard to