-
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
-
can't access it. it says cannot find URL.
2009-10-29 21:01:59 UTC by stevemcl1
-
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
-
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
-
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
-
pakin2 committed revision 24 to the AjaxAnywhere SVN repository, changing 1 files.
2007-11-10 00:19:14 UTC by pakin2
-
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
-
shevit committed revision 23 to the AjaxAnywhere SVN repository, changing 1 files.
2007-06-15 13:22:50 UTC by shevit
-
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
-
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