Share

AjaxAnywhere

Code

Programming Languages: JSP, JavaScript, Java

License: Apache License V2.0

Repositories

browse code, statistics, last commit on 2007-11-10 svn co https://ajaxanywhere.svn.sourceforge.net/svnroot/ajaxanywhere ajaxanywhere

browse code, statistics cvs -d:pserver:anonymous@ajaxanywhere.cvs.sourceforge.net:/cvsroot/ajaxanywhere login

cvs -z3 -d:pserver:anonymous@ajaxanywhere.cvs.sourceforge.net:/cvsroot/ajaxanywhere co -P modulename

Show:

What's happening?

  • Struts with ajaxanywhere Example?

    someone can post struts using ajaxanywhere source code and war file? a simple refresh content in a page would be nice.I am looking for refresh of displaytag when a button is clicked.

    2009-10-29 21:09:17 UTC by stevemcl1

  • Followup: RE: Simple Struts exmples provided and a question

    can't access it. it says cannot find URL.

    2009-10-29 21:01:59 UTC by stevemcl1

  • JSF Custom Component Integration

    Hi, We developed custom jsf component and want to ajaxify them using ajaxanywhere. I tried the samples as per the examples and it works in some use cases. But i want to generate the zone tag using my renderer and rerender my component. But i did not see any document or use case for this. Any help could be appreciated. Thank you, Best regards venkat.

    2009-09-08 14:24:54 UTC by nobody

  • passing parameters to servlet

    Hi all, I went through almost the entire help sections to see if I can see how to pass parameters to the action class. for example in my jsp I would like to send 3 parameters to the servlet. like id, pageNumber, and type. I am not using a form in my jsp. var url = someAction +"?id=5?pageNumber=2?type=even"; I tried AjaxAnywhere.getAJAX(url, zonesToRefresh) Any help will...

    2009-03-05 02:34:07 UTC by j1noel

  • ajaxAnywhere doesn't work with myfaces JSF 1.2.2 impl

    Myfaces's state management manager has been changed. When state management is set up on server side, myfaces JSF1.2.2 doesn't write any hidden fields to the response, therefore the previous state created by an ajaxAnywhere submit is not going to be saved or stored. When second ajaxAnywhere submit is triggered, the previous value is lost.

    2008-05-12 05:52:59 UTC by nobody

  • AjaxAnywhere

    pakin2 committed revision 24 to the AjaxAnywhere SVN repository, changing 1 files.

    2007-11-10 00:19:14 UTC by pakin2

  • Enable AA for an ajax standard form based authentication

    Hi all, Today I've spent about half a day making and ajax standard form based authentication with the SecurityFilter library, which is similar to Acegi. The problem was to show an error message when the authentication fails. When you use the standard way and the authentication fails, a 401 error code is put in the response header and the aa.js only process those responses that have a 200...

    2007-11-09 23:39:01 UTC by pakin2

  • AjaxAnywhere

    shevit committed revision 23 to the AjaxAnywhere SVN repository, changing 1 files.

    2007-06-15 13:22:50 UTC by shevit

  • Javascript submitAjax on Safari

    Safari does not seem to be very nice in handling the submitAjax function and fails semi-silent with only a warning in the Javascript console. The problem seem to be the fact that form.attributes["action"] is not "undefined" under Safari. Safari displays a warning that he encountered a undefined value and stops the execution of the javascript without any warning or indication (except as told...

    2007-05-11 09:10:45 UTC by dvankeer

  • submitAJAX errors in safari and konqueror

    Safari and Konqueror have different implementation of location.href. It returns full string of url on the other hand Firefox and IE returns url only untill last '/' In my case i had to remove all characters following '?' ('?' also) so i implemented string split.

    2007-05-08 08:53:13 UTC by keneida

Our Numbers