• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tomahawk filter brings HTTP 404

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all

I try to use tomahawk component t:inputCalendar. I've configured my web.xml using following :



But after I configured web.xml, I can't access my file (e.g. http://localhost:8080/MyJSF/faces/index.faces). I can access my file if filter-mapping element



is removed, but as a result, I can't using tomahawk component.
I try to find information at http://myfaces.apache.org/tomahawk/extensionsFilter.html and google, but can't find any solution. Can somebody here give a solution?
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
well It worked for me when I needed it but I think your problem is about configuration... because there is no science related with the component.. just the filter.

Either way you can use another faces component instead of inputCalendar. Take a look in jenia4Faces. The calendar component looks excellent. I'm using it because tomahawk filter doesn't work inside any portal / portlet.

I hope my comment can help you a little
 
What are you doing? You are supposed to be reading this tiny ad!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic