• 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

Problem Using Dojo for Ajax with struts 2

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

I am working on struts 2 framework and want to use Dojo API for ajax. I am using the following link as reference.

http://struts.apache.org/2.1.8/docs/ajax-recipes.html

Though all js are properly referenced, I am getting 1 java script error as

Error: Could not locate widget implementation for "bindevent" in "struts.widget" registered to namespace "struts"
Source File: http://localhost:8888/ProjectManagement/struts/dojo/dojo.js


Please help me if there needs to be done any changes from the reference link, or please help me with any helpful resource.


Thanks in advance.
 
reply
    Bookmark Topic Watch Topic
  • New Topic