RE: Re: Issues installing Tomahawk

2009-08-05 Thread Rene van Wijk
Have you added the the MyFaces Extensions Filter in web.xml. The example below is from the book My Faces and Facelets:   web-app filter filter-nameextensionsFilter/filter-name filter-classorg.apache.myfaces.webapp.filter.ExtensionsFilter/filter-class /filter !-- extension mapping for adding

FYI - Fw: [webbeans-dev] How does JSF deal with managed beans when Web Beans/299 is present?

2009-08-05 Thread Matthias Wessendorf
my friend Mark Struberg pointed me to this interesting thread: = http://markmail.org/thread/ml6l26r7twgab53c -Matthias -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

Re: t:dataTable looks bad in Firefox

2009-08-05 Thread Dvora
Its me again :-) Can someone please assist regarding this? I've googled a little bit around, and nothing found, suggesting this is a common issue. So, am I doing something wrong? Dvora wrote: Hello all, (I'm using tomahawk-1.1.9 and myfaces-impl-1.1.7) Finally, after making my

[Trinidad] Use of tr:fileDownloadActionListener from jetty6

2009-08-05 Thread Hobson, Neville
Can anyone help me please. I am trying to use tr:fileDownloadActionListener in a webapp in a jetty6 container. Whatever I try, a 'Save File' type dialog never pops up. In fact I don't believe the ActionListener action ever gets executed. I have been back and tried the trinidad demo and that seems

Re: MyFaces deployment error on eXo PC (portlet container)

2009-08-05 Thread michael freedman
Fernando, Okay, I downloaded and tried this with 2.0.5 and I got the same error as you. It looks like the problem is that 2.0.5 doesn't include a complete set of Apache common libraries. In particular it looks like MyFaces requires the Digester (commons-digester-1.6.jar). The log

Re: Value is not a valid option on a selectOneMenu

2009-08-05 Thread Lloyd Lin
I updated the Array to List. And it works. Before I was using the selectItems[x] = new SelectItem(...); Now selectItems.add(new SelectItem(...)); - Lloyd Lin http://www.lloydlin.cn/drupal http://www.lloydlin.cn/drupal -- View this message in context: