• 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

Primefaces v4 on IBM WAS 8.5.0.2 doesn't works

 
Greenhorn
Posts: 1
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm trying to use primefaces-4.0 with the IBM Websphere application server v 8.5.0.2. The problem is, that server doesn't proceed xhtml page. It renders only the `<h:...>` tags.

here is my web.xml file:




here is my page to render



and i get the same page code.

I tried to replace

to

and it didn't helped.

If i'm adding



in the web.xml the application is not responding and i'm having a big error log, which consists of one repeting error:


 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am experiecing the same issue, did you sort out the problem?
Thanks in advance.
 
reply
    Bookmark Topic Watch Topic
  • New Topic