• 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

Using ajax in myfaces tomahawk.

 
Greenhorn
Posts: 13
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Now I am using myfaces1.1.7 and tomahawk-1.1.9.jar in my project. How can I add ajax to support ? Any good suggestion? Thanks for help!!!
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
use ajax4jsf ..
 
yun hu
Greenhorn
Posts: 13
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using ajax4jsf, <a4j:commandButton id="b_login" value="#{msgs['login']}" action="#{loginBean.loginAction}"
styleClass="button" />
when I click button always get this javascript error.

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; CIBA)
Timestamp: Mon, 22 Feb 2010 12:04:27 UTC


Message: Permission denied
Line: 28
Char: 222
Code: 0
URI: http://localhost:5050/ninfo/a4j.res/org.ajax4jsf.framework.ajax.AjaxScript.jsf

reply
    Bookmark Topic Watch Topic
  • New Topic