• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Upgrade to JSF 2.0 Tomahawk is not displaying properly

 
Ranch Hand
Posts: 893
Tomcat Server Java Ubuntu
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm testing a upgrade from jsf 1.1 to jsf 2.0. It seems that everything is working fine and my custom made objects and components could I adjust properly for making it work very well. The only problem now is that my Tomahawk components are not shown correctly.

The example project is running well and I tried to change my project according the the sample project, but the problem still exists.

The JSCookmenu is not shown and the t:panelTab is shown as a button.

If I downgrade my project it working good.

I use Tomahawk2.0-1.10 for my 2.0 project and Tomahawk 1.1.8 for my 1.1 project.
I use JSP view in both projects. I tried a xhtml view but this doesn't solve the problem.

Maybe you could give me a hint for a direction of solving the problem.

In the log I now see for the t:panelTab

WARNING: JSF1064: Unable to find or serve resource, panelTabbedPane.xhtml, from library, org.apache.myfaces.custom.
28-mei-2011 23:49:19 com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
WARNING: JSF1064: Unable to find or serve resource, panelTab.xhtml, from library, org.apache.myfaces.custom.
28-mei-2011 23:49:19 com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
WARNING: JSF1064: Unable to find or serve resource, panelTabbedPane.xhtml, from library, org.apache.myfaces.custom.
28-mei-2011 23:49:19 com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
WARNING: JSF1064: Unable to find or serve resource, panelTab.xhtml, from library, org.apache.myfaces.custom.
 
Greenhorn
Posts: 7
Netbeans IDE PHP Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i'm facing the same problem ...

i don't know whether it is proper way to do the things or not

but i've use the tomahawk.jar of tomahawk12-1.1.10 and other dependencies(.jars) from tomahawk20-1.1.10 then everything is working fine
for me and components are render perfectly ......
 
Remko Strating
Ranch Hand
Posts: 893
Tomcat Server Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't understand your reaction, but I've solved my problem with using the Facelets view instead of the JSP view.

The problem now is that I've to upgrade all the web pages of my applications. This will take a while, but gives me also a change to do some clean-up. So I decided to take the hard way which is on the long run the best.

I've written some code which will do it automatic for me. It's strange that I couldn't find it on the internet.
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic