• 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

Method not found: ssbv1.Page1@4bfcce.tree1Node_action(java.awt.event.ActionEvent)

 
Ranch Hand
Posts: 35
Eclipse IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,

I am new to jsf, and when I try a simple example, I have got the errors

WARNING: WEBUI0001: Method not found: ssbv1.Page1@4bfcce.tree1Node_action(java.awt.event.ActionEvent)
javax.el.MethodNotFoundException: Method not found: ssbv1.Page1@4bfcce.tree1Node_action(java.awt.event.ActionEvent)

from my understanding that a method tree1Node_action cannot be found.


thanks.
 
Ranch Hand
Posts: 2458
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

java.awt.event.ActionEvent


DonĀ“t you actually need javax.faces.event.ActionEvent?
 
reply
    Bookmark Topic Watch Topic
  • New Topic