Re: Tomahawk installation - infinite redirect when configuring extension filters

2010-10-20 Thread Mike Kienenberger
The /faces/myFacesExtensionResource mapping is used to return various static (or dynamically generated) resources needed -- javascripts, images, etc -- by Tomahawk and MyFaces. For example, the generated image for the captcha component. On Wed, Oct 20, 2010 at 4:04 AM, Benjamin Mark wrote: > Hi

[Tobago] Multiple dynamically created menu items.

2010-10-20 Thread d . o . m . e
Dear all, Is it possible to dynamically create multiple "tc:menuItem"s. I am looking for a similar behavior that can be implemented with "tc:selectItems" for e.g. "tx:menuRadio". Something like: Where "foo" references to a List in a backing bean. The elements in this list should

Re: Need help getting started with GlassFish, MyFaces, and Trinidad

2010-10-20 Thread Alan
On Tue, Oct 19, 2010 at 3:20 AM, Jakob Korherr wrote: > > Great to here that the app is running now! > > Thanks again. Now for my next trick ... (I feel like one of those incompetent magicians where every part of the act goes wrong.) I now set up my project to use the Mojarra implementation and

Re: Need help getting started with GlassFish, MyFaces, and Trinidad

2010-10-20 Thread Alan
On Tue, Oct 19, 2010 at 3:20 AM, Jakob Korherr wrote: > > Those things you're encountering really seem like GlassFish (or > NetBeans) bugs to me. > > Actually @Model really should work, because it is just a Stereotype > for @Named @RequestScoped. My guess here is that GlassFish does not > enable C

WG: [TRINIDAD] PPR Problem with Trinidad 2.0.0.3-SNAPSHOT / MyFaces 2.0.1

2010-10-20 Thread Krebs Roland / BWO Systems AG
Hello Cedric For me the simpler solution to get a working Trinidad version for MyFaces 2.0 was to use Trinidad-2.0.0-alpha-2 and apply the patch for TRINIDAD-1695 to it. With this version, everything, including PPR, is working fine in Firefox, IE, Chrome and Opera. Regards Roland -Ursprün

Re: Need help getting started with GlassFish, MyFaces, and Trinidad

2010-10-20 Thread Werner Punz
Can you check your build, you might bundle mojarra as well as myfaces, here is an excerpt of a sun-web.xml which works for me: Server 9.0 Servlet 2.5//EN" "http://www.sun.com/software/appserver/dtds/sun-web-app_2_5-0.dtd";> /helloworld Keep a copy of the generated servl

Re: Need help getting started with GlassFish, MyFaces, and Trinidad

2010-10-20 Thread burghard.britzke
but even if I set those elements in my sun-web.xml, I get -->INFO: Mojarra 2.0.2 (FCS b10) für Kontext '/myapp' wird initialisiert. ... --> SCHWERWIEGEND: Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations. ... INFO: Starting up MyFaces-

AW: Tomahawk installation - infinite redirect when configuring extension filters

2010-10-20 Thread Benjamin Mark
Hi Leonardo, thx for that hint. Sadly its not working. I still have the infinite redirect when I connect to my project by Web UI. So it seems there is a incompatability with seam or richfaces or something is missing. But I dont understand that part * Remember map the FacesServet to the o

Re: Need help getting started with GlassFish, MyFaces, and Trinidad

2010-10-20 Thread Werner Punz
Am 19.10.10 06:27, schrieb Alan: On Mon, Oct 18, 2010 at 12:53 PM, Jakob Korherrwrote: You need to have myfaces-api and myfaces-impl dependencies in your project like this: OK, thanks to Jakob's hints I got MyFaces-2 running under GlassFish. One thing that is essential (I am putting it her