• 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

tiles 2.0.5 with myfaces 1.2.7 problem

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

I have used struts tiles 1.2.8 with Tomahawk 1.1.6 with Myfaces 1.1.5. in my project.
Recently I changed to myFaces 1.2.7(latest), Tomahawk 1.1.9. and Tiles 2.0.5.
This stack generates the following error:

“Servlet.service() for servlet jsp threw exception

java.lang.IllegalArgumentException: Component javax.faces.component.UIViewRoot is no javax.faces.component.html.HtmlOutputText”



To try and find a solution to this problem I have tried to run my application with a number of different stacks:



Following combinations are working..

1) Myfaces 1.1.5

Tomahawk 1.1.6

Struts 1.2.8



2) Myfaces 1.2.7

Tomahawk 1.1.9



3) Myfaces 1.1.5

Tiles 2.0.5



Following combinations are not working:

1) Myfaces 1.2.7

Tomahawk 1.1.9

Tiles 2.0.5



2) Myfaces 1.2.7

Tomahawk 1.1.9

Tiles 1.2.8



Any advise on what latest stack of Myfaces,Tomahawk and Tiles that work together, will be grately appriciated.

OR: What configuartion parameters are necessary, to make the latest stack:

Myfaces 1.2.7

Tomahawk 1.1.9

Tiles 2.0.5

work.

Thank you.

 
reply
    Bookmark Topic Watch Topic
  • New Topic