Ajaxanywhere

2006-02-21 Thread Enrique Medina
Hi,Has anyone successfully used Ajaxanywhere inside a JSF page with a piece of the page being "ajaxed" and the other piece not? Let me give an example: imagine a JSF page where the selection of a combo box must force the refresh of another combo box. This zone is "ajaxed" us

ajaxanywhere

2006-05-16 Thread Murat Hazer
Hi,I am tring to migrate a project to myfaces 1.1.3, tomahawk 1.1.2 and tomahawk-sandbox.1.1.3, at the first look everthing works fine except pages i used ajaxanywhere (1.2RC1), is there anyone using this configuration succesfully? (I am sure i replaced aa.js file with the new one and clear the

Re: Ajaxanywhere

2006-02-21 Thread Emmanuel Jay
Hi Enrique,If you want you button or link action not to go through AA you have to return null for those in  getZonesToReload.Hope that helps,EmmanuelOn 2/21/06, Enrique Medina <[EMAIL PROTECTED]> wrote: Hi,Has anyone successfully used Ajaxanywhere inside a JSF page with a piece of the page

Re: Ajaxanywhere

2006-02-21 Thread Enrique Medina
ull for those in  getZonesToReload. Hope that helps,EmmanuelOn 2/21/06, Enrique Medina <[EMAIL PROTECTED]> wrote: Hi,Has anyone successfully used Ajaxanywhere inside a JSF page with a piece of the page being "ajaxed" and the other piece not? Let me give an example: imagine a JSF page where t

Re: Ajaxanywhere

2006-02-21 Thread Emmanuel Jay
21/06, Enrique Medina <[EMAIL PROTECTED]> wrote: Hi,Has anyone successfully used Ajaxanywhere inside a JSF page with a piece of the page being "ajaxed" and the other piece not? Let me give an example: imagine a JSF page where the selection of a combo box must force the refresh of a

Re: Ajaxanywhere

2006-02-21 Thread Enrique Medina
ROTECTED]>:Hi Enrique, If you want you button or link action not to go through AA you have to return null for those in  getZonesToReload. Hope that helps,EmmanuelOn 2/21/06, Enrique Medina <[EMAIL PROTECTED]> wrote: Hi,Has anyone successfully used Ajaxanywhere inside a JSF page with a pie

Re: Ajaxanywhere

2006-02-21 Thread Emmanuel Jay
Jay < [EMAIL PROTECTED]>:Hi Enrique, If you want you button or link action not to go through AA you have to return null for those in  getZonesToReload. Hope that helps,EmmanuelOn 2/21/06, Enrique Medina <[EMAIL PROTECTED]> wrote: Hi,Has anyone successfully used Ajaxanywhere insid

Re: Ajaxanywhere

2006-02-21 Thread Enrico Municella
Hi, about ajaxanywhere i has a question. Is it savestate client really supported? Because i have problem with this. If i save state of a variable, it does'nt update his value. Variable's value is always the first. Any idea ? Thanks. Enrico On 2/21/06, Emmanuel Jay <[EMAIL PROT

Re: Ajaxanywhere

2006-02-21 Thread Emmanuel Jay
Not sure about client side saveState, we use server side saveHave a look on the AA forum, there might be something there...On 2/21/06, Enrico Municella <[EMAIL PROTECTED]> wrote:Hi, about ajaxanywhere i has a question.Is it savestate client really supported?Because i have problem with t

Re: Ajaxanywhere

2006-02-21 Thread Cagatay Civici
Yes, client side saving does not seem to work with AjaxAnywhere, instead we are using server side too. I guess there is a hack out there to reload the hidden variable.Cagatay Civici, On 2/21/06, Emmanuel Jay <[EMAIL PROTECTED]> wrote: Not sure about client side saveState, we use server sid

Re: Ajaxanywhere

2006-02-21 Thread Enrique Medina
IL PROTECTED]>:Hi Enrique, If you want you button or link action not to go through AA you have to return null for those in  getZonesToReload. Hope that helps,EmmanuelOn 2/21/06, Enrique Medina <[EMAIL PROTECTED]> wrote: Hi,Has anyone successfully used Ajaxanywhere inside a JSF page wi

Re: Ajaxanywhere

2006-02-21 Thread Enrique Medina
comes with the JS and how does Ajaxanywhere handle the request...2006/2/21, Enrique Medina <[EMAIL PROTECTED] >:Hi again,I have tried the solution you proposed about returning null for non-ajaxed requests, but I can't get it to work :-( Here is my JS code:ajaxAnywhere.getZonesToReloa

Re: Ajaxanywhere

2006-02-21 Thread Enrique Medina
27;ve been also doing some debugging, and when using Ajaxanywhere, the submit of the non-ajaxed button does not update the parameterRequestMap used after to decide whether it is an immediate request, etc.No idea of what I'm doing wrong Emmanuel can you please help? Can you provide some of

Re: Ajaxanywhere

2006-02-21 Thread Enrique Medina
And more testing...I have downloaded the DEMO from the Ajaxanywhere site, and made a change on the facesFrame.jsp to make the "Calculate price" button non-ajaxed. And it does not work; i.e. if I quit the "Calculate price" from the ajaxed zones, then the action is never executed

Re: Ajaxanywhere

2006-02-21 Thread Enrique Medina
Well, the fact is that the Ajaxanywhere example does not work either, because I modified it to add non-ajaxed request, and happens like in my application, nothing...2006/2/21, Emmanuel Jay < [EMAIL PROTECTED]>:No I am working mostly with commandLink and it works fine, i.e. combining ajax

Re: Ajaxanywhere

2006-02-22 Thread Enrique Medina
 but I am running out of options)   On 2/22/06, Enrique Medina <[EMAIL PROTECTED] > wrote: Well, the fact is that the Ajaxanywhere example does not work either, because I modified it to add non-ajaxed request, and happens like in my application, nothing... 2006/2/21, Emmanuel Jay < [EMA

Re: Ajaxanywhere

2006-02-22 Thread Enrique Medina
ldn't really have to as your JS includes "ajaxAnywhere.substituteSubmitButtonsBehavior(true);" but I am running out of options)   On 2/22/06, Enrique Medina <[EMAIL PROTECTED] > wrote: Well, the fact is that the Ajaxanywhere example does not work either, because I modified it to add

Re: Ajaxanywhere

2006-02-22 Thread Dave
It tried Ajaxanywhere two weeks ago, it did not work with . When restoring state, it got value from wrong page. So I had to give it up.Enrique Medina <[EMAIL PROTECTED]> wrote: I finally solved it :-)The trick was to indicate the exact buttons that had to be ajaxed in

Re: Ajaxanywhere

2006-02-22 Thread Vitaliy Shevchuk
 Hi guys,   first of all, sorry for not providing a proper support on AjaxAnywhere forum. I have been doing it for over 4 months but don't have much of free time now.   The first solution for your problem is to specify a list of Ajaxed buttons when calling substituteSubmitButtonsBehavio

Re: Ajaxanywhere

2006-02-22 Thread Enrique Medina
l, sorry for not providing a proper support on AjaxAnywhere forum. I have been doing it for over 4 months but don't have much of free time now.   The first solution for your problem is to specify a list of Ajaxed buttons when calling substituteSubmitButtonsBehavior. So other buttons would stay

Re: Ajaxanywhere

2006-02-23 Thread Enrique Medina
- Original Message - From: Enrique Medina To: Vitaliy Shevchuk Cc: MyFaces Discussion ; [EMAIL PROTECTED] ; [EMAIL PROTECTED] ; [EMAIL PROTECTED] ; [EMAIL PROTECTED] ; [EMAIL PROTECTED] Sent: Thursday, February 23, 2006 8:38 AM Subject: Re: Ajaxanywhere

Re: Ajaxanywhere

2006-02-23 Thread Vitaliy Shevchuk
To: Vitaliy Shevchuk Cc: MyFaces Discussion ; [EMAIL PROTECTED] ; [EMAIL PROTECTED] ; [EMAIL PROTECTED] ; [EMAIL PROTECTED] ; [EMAIL PROTECTED] Sent: Thursday, February 23, 2006 8:38 AM Subject: Re: Ajaxanywhere Hi Vitaliy,Then you mean that buttons that are not Ajaxed must b

Re: Ajaxanywhere

2006-02-23 Thread Enrique Medina
d Hope it helps to clarify the use of Ajaxanywhere with Myfaces.Thanks to anyone that has given me any kind of support with this issue, and thanks very much to guys like Vitaliy for giving us tools like this fantastic Ajaxanywhere :-) 2006/2/23, Enrique Medina <[EMAIL PROTECTED]>: Sorry, you were ri

Re: Ajaxanywhere

2006-02-23 Thread Mike Kienenberger
find lots of interesting > stuff, like preprocessors to the Ajax request, for example ;-) > 4) Don't use redirect in the navigation rules, or the Ajax request will be > simply bypassed > > Hope it helps to clarify the use of Ajaxanywhere with Myfaces. > > Thanks to anyone that h

Re: Ajaxanywhere

2006-02-24 Thread Enrique Medina
o see what's> happening with JS behind the scenes ;-) You will find lots of interesting > stuff, like preprocessors to the Ajax request, for example ;-)> 4) Don't use redirect in the navigation rules, or the Ajax request will be> simply bypassed>> Hope it helps to clari

tree2, Ajaxanywhere

2006-09-21 Thread Jiang, Jane \(NIH/NCI\) [C]
node. The error message is "AjaxAnywhere default error handler. XMLHttpRequest HTTP Error code:404 Would you like to view the response content in a new window?" I don't think the request is sent to the backend. Have you had any similar issues when you use AA? Is there any wa

Re: Ajaxanywhere

2006-04-29 Thread rawan
Hi, i am trying to use ajaxanywhere but i keep getting this error content type is not text/xml does any one have an idea why i keep getting this error -- View this message in context: http://www.nabble.com/Ajaxanywhere-t1161142.html#a4156761 Sent from the MyFaces - Users forum at Nabble.com.

myfaces + tiles + ajaxanywhere

2006-01-24 Thread Jurgen Lust
Hi, I've been trying to get ajaxanywhere (version 1.1.0.6) to work in my project, which is a MyFaces 1.1.1 webapp with Tiles using the JspTilesViewHandlerImpl. I tried the dependent_select example and it doesn't work: upon selecting an item in the first select box, the ajax reque

Wiki on Ajaxanywhere

2006-02-24 Thread Enrique Medina
Hi,Please find another of my contributions to this project.http://wiki.apache.org/myfaces/Integrating_AjaxanywhereHope it helps you ;-) Regards,Enrique Medina.

AjaxAnywhere and DataScroller

2006-03-01 Thread Emmanuel Jay
Hi,   I am having problems ajax-ifying the MyFaces dataScroller with AA. I basically get a JS error of the type:  'document.forms.mainForm.elements.mainForm:ds_9898989' is null or not an object.   where ds_9898989 is the id of the dataScroller (links).     Using AA the links don't seems to be rend

AjaxAnywhere and DataScroller

2006-03-01 Thread Emmanuel Jay
Hi,   I am having problems ajax-ifying the MyFaces dataScroller with AA. I basically get a JS error of the type:  'document.forms.mainForm.elements.mainForm:ds_9898989' is null or not an object.   where ds_9898989 is the id of the dataScroller (links).     Using AA the links don't seems to be re

Ajax4jsf or AjaxAnywhere?

2006-11-02 Thread Bjørn T Johansen
Just wondering which one to choose...? Regards, BTJ -- --- Bjørn T Johansen [EMAIL PROTECTED] --- Someone wro

tree2 and AjaxAnywhere

2006-04-10 Thread Bill Schneider
Has anyone had success getting tree2 to work with AjaxAnywhere? I have it set up and submitting requests properly, but the response seems to be getting cut off. The zone is being replaced with blank content. -- Bill -- Bill Schneider Chief Architect Vecna Technologies 5004 Lehigh Rd. College

AjaxAnywhere, almost there!

2006-04-25 Thread Dudu
Hi,I build a test applicaton with ajaxAnywhere, and something is missing, I don't know. When I click on button, to ajaxed zone be refreshed, the "loading" label is showed at top of the page, the backing methods is called(I see on the logs) but when the "loading" label dis

Tomahawk popup & AjaxAnywhere

2006-05-17 Thread Andrew Robinson
Wondering if anyone has a work around for this...The tomahawk popup (1.1.2) is not AJAX friendly, at least not AjaxAnywhere friendly. The popup creates the following _javascript_ in the renderer:    String popupId = _javascript_Utils.getValidJavascriptName(clientId+"Popup&q

MyFaces and AjaxAnywhere

2006-08-03 Thread Rogerio Pereira
Hi guys,Somebody got this error with MyFaces and AjaxAnywhere?java.lang.NullPointerException    at org.ajaxanywhere.jsf.ZoneUIComponent.isRefreshZone(ZoneUIComponent.java:143)    at org.ajaxanywhere.jsf.ZoneUIComponent.noIncludedSubZones (ZoneUIComponent.java:125)    at

Re: Tomahawk popup & AjaxAnywhere

2007-08-16 Thread pdt_p
Hi Andrew, Just wondering, have you able to integrate ajaxanywhere with tomahawk popup? Thanks, Pdt Andrew Robinson-5 wrote: > > Wondering if anyone has a work around for this... > > The tomahawk popup (1.1.2) is not AJAX friendly, at least not AjaxAnywhere > friendly.

Re: Tomahawk popup & AjaxAnywhere

2007-08-16 Thread Andrew Robinson
It should work fine without any additional code. BTW - I stopped using AA a long time ago, and now switched to Trinidad from A4J On 8/16/07, pdt_p <[EMAIL PROTECTED]> wrote: > > Hi Andrew, > > Just wondering, have you able to integrate ajaxanywhere with tomahawk popup? &

Re: Tomahawk popup & AjaxAnywhere

2007-08-16 Thread Andrew Robinson
> > On 8/16/07, pdt_p <[EMAIL PROTECTED]> wrote: > > > > Hi Andrew, > > > > Just wondering, have you able to integrate ajaxanywhere with tomahawk popup? > > > > Thanks, > > > > Pdt > > > > > > Andrew Robinson-5 wrote: >

Re: Tomahawk popup & AjaxAnywhere

2007-08-16 Thread pdt_p
;[EMAIL PROTECTED]> wrote: >> It should work fine without any additional code. BTW - I stopped using >> AA a long time ago, and now switched to Trinidad from A4J >> >> On 8/16/07, pdt_p <[EMAIL PROTECTED]> wrote: >> > >> > Hi Andrew, >> > >>

Re: Tomahawk popup & AjaxAnywhere

2007-08-17 Thread pdt_p
PROTECTED]> wrote: >>> It should work fine without any additional code. BTW - I stopped using >>> AA a long time ago, and now switched to Trinidad from A4J >>> >>> On 8/16/07, pdt_p <[EMAIL PROTECTED]> wrote: >>> > >>> > Hi A

Re: Tomahawk popup & AjaxAnywhere

2007-08-17 Thread pdt_p
getValidJavascriptName(clientId+"Popup",false); >>> >>> On 8/16/07, Andrew Robinson <[EMAIL PROTECTED]> wrote: >>>> It should work fine without any additional code. BTW - I stopped using >>>> AA a long time ago, and now switched to Trinidad from A4J >>

Re: Tomahawk popup & AjaxAnywhere

2007-08-17 Thread Andrew Robinson
javascript (check the aa.js API) that > >>> told AA that the variable was a global variable and AA will > >>> automatically set a window variable from the var. > >>> > >>> FYI, the code that sets the variable gets the ID from: > >>> > >

Re: Tomahawk popup & AjaxAnywhere

2007-08-20 Thread pdt_p
gt;> Pdt >> >> >> >> >> >> Andrew Robinson-5 wrote: >> >>> >> >>> Sorry, just remembered after saying that, I think I did have to setup >> >>> some kind of registration with javascript (check the aa.js API) that >&g

[OT] innerHTML, AjaxAnywhere, problems

2005-12-09 Thread Ryan Wynn
Has anyone had any problems with AA and setting the innerHTML property. I am getting a super informative javascript "unknown runtime exception" in IE at the line where AA tries to set my returned html into the zone span. The html looks okay. Thanks, Ryan

Re: Wiki on Ajaxanywhere

2006-02-24 Thread Bruno Aranda
Thanks Enrique, documentation contributions are extremelly valuable, Regards, Bruno On 2/24/06, Enrique Medina <[EMAIL PROTECTED]> wrote: > Hi, > > Please find another of my contributions to this project. > > http://wiki.apache.org/myfaces/Integrating_Ajaxanywhere > > Hope it helps you ;-) > > R

More playing with Ajaxanywhere

2006-02-24 Thread Enrique Medina
Hi,During my testing with Ajaxanywhere, I have tried to make a central zone of my page completely "ajaxed". However, I haven't been able to succeed totally, due to the fact that the URL does never change while using "ajaxed" requests. Basically I enter to a SearchPag

Re: Ajax4jsf or AjaxAnywhere?

2006-11-02 Thread Cagatay Civici
In my opinion, definitely ajax4jsf.On 11/2/06, Bjørn T Johansen <[EMAIL PROTECTED]> wrote: Just wondering which one to choose...?Regards,BTJ-Bjørn T Johansen [EMAIL PROTECTED]

RE: Ajax4jsf or AjaxAnywhere?

2006-11-02 Thread Michael Heinen
ajax4jsf is a good choice. I use it a lot.     From: Cagatay Civici [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 2. November 2006 13:05 To: MyFaces Discussion Subject: Re: Ajax4jsf or AjaxAnywhere?   In my opinion, definitely ajax4jsf. On 11/2/06, Bjørn T Johansen

Re: Ajax4jsf or AjaxAnywhere?

2006-11-02 Thread Bjørn T Johansen
Any specific reasons? BTJ On Thu, 2 Nov 2006 14:05:04 +0200 "Cagatay Civici" <[EMAIL PROTECTED]> wrote: > In my opinion, definitely ajax4jsf. > > On 11/2/06, Bjørn T Johansen <[EMAIL PROTECTED]> wrote: > > > > Just wondering which one to choose...? > > > > > > Regards, > > > > BTJ > > > > -- >

RE: Ajax4jsf or AjaxAnywhere?

2006-11-02 Thread ndnguy
g, 2. November 2006 13:05 > To: MyFaces Discussion > Subject: Re: Ajax4jsf or AjaxAnywhere? > > > > In my opinion, definitely ajax4jsf. > > On 11/2/06, Bjørn T Johansen <[EMAIL PROTECTED]> wrote:

Re: Ajax4jsf or AjaxAnywhere?

2006-11-02 Thread Jeff Bischoff
Bjorn, While they are similar in approach and capabilities, Ajax4jsf seems to be the most common choice for JSF users today. While, AjaxAnywhere works fine with JSF - indeed it was a common choice not too long ago - it is written for JSP in general. Today we have ajax4jsf, which is designed

RE: Ajax4jsf or AjaxAnywhere?

2006-11-02 Thread Michael Heinen
November 2006 15:34 To: users@myfaces.apache.org Subject: RE: Ajax4jsf or AjaxAnywhere? Can I use it with dataScrollers and sortheaders? Michael Heinen wrote: > > ajax4jsf is a good choice. > > I use it a lot. > > > > > > &g

Re: Ajax4jsf or AjaxAnywhere?

2006-11-02 Thread Jeff Bischoff
Michael Heinen wrote: Yes, but you have to apply some patches to the myFacesComponents. See: https://issues.apache.org/jira/browse/TOMAHAWK-764 Those changes are already in the head, so one would only need to grab the latest nightly build. ;)

RE: Ajax4jsf or AjaxAnywhere?

2006-11-02 Thread Michael Heinen
bject: Re: Ajax4jsf or AjaxAnywhere? Michael Heinen wrote: > Yes, but you have to apply some patches to the myFacesComponents. > > See: > https://issues.apache.org/jira/browse/TOMAHAWK-764 > Those changes are already in the head, so one would only need to grab the latest nightly build. ;)

Re: Ajax4jsf or AjaxAnywhere?

2006-11-02 Thread Bjørn T Johansen
I agree that ajax4jsf is more elegant but if I just enable the filter for ajax4jsf, it fucks up my webpages; i.e. my tables... If I enable the filter for ajaxanywhere instead, my webpages get rendered as expected... So if there is no more compelling reasons not to use ajaxanywhere, I think I

Re: Ajax4jsf or AjaxAnywhere?

2006-11-02 Thread goodusername
y webpages; i.e. my tables... If I enable the filter for ajaxanywhere instead, my webpages get rendered as expected... So if there is no more compelling reasons not to use ajaxanywhere, I think I will look into it, at least for my current project... :) BTJ

Re: Ajax4jsf or AjaxAnywhere?

2006-11-02 Thread Jeff Bischoff
i.e. my tables... If I enable the filter for ajaxanywhere instead, my webpages get rendered as expected... So if there is no more compelling reasons not to use ajaxanywhere, I think I will look into it, at least for my current project... :) Well I think most customers would rather have somet

Re: Ajax4jsf or AjaxAnywhere?

2006-11-02 Thread Stojan Peshov
I didn't even tried AjaxAnywhere, I wanted to use ajax4jsf, and I still want :)Your response is ok, but no thanksStojan  Well I think most customers would rather have something that works thansomething elegant. ;)So if AjaxAnywhere is working better for you, I would suggest stick withit. Th

Re: Ajax4jsf or AjaxAnywhere?

2006-11-02 Thread Mike Shaw
I think Ajax4jsf has a more restrictive license agreement then AjaxAnywhere. I'm not sure, if we can use it for commercial purpose. Thanks Mike Bjørn T Johansen wrote: Just wondering which one to choose...? Regards,

Re: Ajax4jsf or AjaxAnywhere?

2006-11-02 Thread Jeff Bischoff
I am developing. Did I miss something crucial? [1] http://www.opensource.org/licenses/cddl1.php Regards, Jeff Bischoff Kenneth L Kurz & Associates, Inc. Mike Shaw wrote: I think Ajax4jsf has a more restrictive license agreement then AjaxAnywhere. I'm not sure, if we can use it for comm

Re: Ajax4jsf or AjaxAnywhere?

2006-11-02 Thread Mike Shaw
/www.opensource.org/licenses/cddl1.php > > Regards, > > Jeff Bischoff > Kenneth L Kurz & Associates, Inc. > > Mike Shaw wrote: >> I think Ajax4jsf has a more restrictive license agreement then >> AjaxAnywhere. >> >> I'm not sure, if we can us

Re: Ajax4jsf or AjaxAnywhere?

2006-11-03 Thread Jeff Bischoff
mercial intranet application that I am developing. Did I miss something crucial? [1] http://www.opensource.org/licenses/cddl1.php Regards, Jeff Bischoff Kenneth L Kurz & Associates, Inc. Mike Shaw wrote: I think Ajax4jsf has a more restrictive license agreement then AjaxAnywhere.

Re: tree2 and AjaxAnywhere

2006-04-10 Thread Andrew Robinson
anyone had success getting tree2 to work with AjaxAnywhere?I have it set up and submitting requests properly, but the responseseems to be getting cut off.  The zone is being replaced with blankcontent. -- Bill--Bill SchneiderChief ArchitectVecna Technologies5004 Lehigh Rd.College Park, MD 20740[EMAIL

Re: tree2 and AjaxAnywhere

2006-04-11 Thread Bill Schneider
his should be fairly vanilla MyFaces/AjaxAnywhere integration; I am putting the zoneJSF tag around my whole tree component: then later, I have a script to set up the zone and substitute for the form submission function, since the tree is within a form with co

Re: tree2 and AjaxAnywhere

2006-04-11 Thread Andrew Robinson
orrectly. After doing all that, it is working fine for me now. I never had a problem with the tree rendering though. It was just getting it to be able to post back correctly. AjaxAnywhere handles script tags specially when the request is an AJAX request. It parses out the script tags and then execu

Re: AjaxAnywhere, almost there!

2006-04-25 Thread Rogerio Pereira
The MyFaces Ajax components set at sandbox.

Re: AjaxAnywhere, almost there!

2006-04-25 Thread Andrew Robinson
does not log them). I am having no issues with AA at the moment, so it should be working fine. On 4/25/06, Dudu <[EMAIL PROTECTED]> wrote: > Hi, > I build a test applicaton with ajaxAnywhere, and something is missing, I > don't know. > > When I click on button, to aja

Re: AjaxAnywhere, almost there!

2006-04-29 Thread rawan
hi, i tried to use ajaxanywhere but i always get the same error, which is content type is not xml any idea how to work it out? -- View this message in context: http://www.nabble.com/AjaxAnywhere%2C-almost-there%21-t1505066.html#a4156326 Sent from the MyFaces - Users forum at Nabble.com.

Re: AjaxAnywhere, almost there!

2006-04-29 Thread Andrew Robinson
What version of AA are you using? I only can get 1.1.0.6 to work. 1.2 always fails with that error for me. On 4/29/06, rawan <[EMAIL PROTECTED]> wrote: hi, i tried to use ajaxanywhere but i always get the same error, which is content type is not xml any idea how to work it out? -

Re: AjaxAnywhere, almost there!

2006-04-29 Thread rawan
i use 1.2 -- View this message in context: http://www.nabble.com/AjaxAnywhere%2C-almost-there%21-t1505066.html#a4161703 Sent from the MyFaces - Users forum at Nabble.com.

Re: AjaxAnywhere, almost there!

2006-04-30 Thread Andrew Robinson
I wouldn't use 1.2, it doesn't seem to work at all, at least not with myfaces & facelets. On 4/30/06, rawan <[EMAIL PROTECTED]> wrote: i use 1.2 -- View this message in context: http://www.nabble.com/AjaxAnywhere%2C-almost-there%21-t1505066.html#a4161703 Sent from the MyFa

Re: AjaxAnywhere, almost there!

2006-05-01 Thread Sanjiv Jivan
I'm using AjaxAnywhere 1.2 with MyFaces/Facelets and things work fine. Can you make sure that you're not using an older version of aa.js with the newer AjaxAnywhere jars. (try clearing the browser cache as well).   Andrew, are you seeing any errors with AA 1.2? Have you tried the C

Re: AjaxAnywhere, almost there!

2006-05-01 Thread Andrew Robinson
Since 1.1.0.6 is working for me, I probably won't be upgrading any time soon (at least until after our release), but I will let you know if I have issues when I do try to upgrade later. Thanks, Andrew On 5/1/06, Sanjiv Jivan <[EMAIL PROTECTED]> wrote: I'm using AjaxAnywhere

Integrate AjaxAnywhere with Trinidad Poll

2007-08-26 Thread pdt_p
Hi guys, I just wonder is there anyone has successfully integrate AjaxAnywhere with Trinidad poll element? I have tried to integrate it and the result, the poll listener will only be executed once. It happen only after the page is rendered and after that the poll listener never get executed

ajaxanywhere and virtual path mapping

2006-01-25 Thread Jurgen Lust
My previous question, about ajaxanywhere, myfaces and tiles has been partially answered after a lot of messing around with my project :-) It seems that the evildoer was not tiles, but the virtual path mapping of the faces servlet: when using the /faces/* mapping, ajaxanywhere does not work, but

Mix between inputSuggestAjax and AjaxAnyWhere

2006-05-17 Thread Michael Ageeb
Hello,   I'm trying to use the AjaxAnyWhere with inputSuggestAjax i've used AA alone with no problems.What i want to do is when the user choose a value from the inputSuggestAjax i want the value to be sent to the server as AA request I've tried to do it using the

Problem with Trinidad 1.0.1 AjaxAnywhere 1.2.1

2007-08-06 Thread pdt_p
re any way to include a page dynamically in a AjaxAywhere’s ZoneJSF and refresh/reload only the zoneJSF without reloading the whole page? or is there any suggestion? Thanks Pdt -- View this message in context: http://www.nabble.com/Problem-with-Trinidad-1.0.1-AjaxAnywhere-1.2.1-tf4222892.html#a12012805 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: Integrate AjaxAnywhere with Trinidad Poll

2007-08-27 Thread Andrew Robinson
Why use AA with Trinidad. AA doesn't give you any functionality that Trinidad already has. My suggestion is to definitely stop using AA. On 8/26/07, pdt_p <[EMAIL PROTECTED]> wrote: > > Hi guys, > > I just wonder is there anyone has successfully integrate AjaxAnywhere with

Re: Integrate AjaxAnywhere with Trinidad Poll

2007-08-27 Thread Scott O'Bryan
r is there anyone has successfully integrate AjaxAnywhere with Trinidad poll element? I have tried to integrate it and the result, the poll listener will only be executed once. It happen only after the page is rendered and after that the poll listener never get executed anymore unless I refresh my page

Re: Integrate AjaxAnywhere with Trinidad Poll

2007-08-27 Thread pdt_p
: >> Why use AA with Trinidad. AA doesn't give you any functionality that >> Trinidad already has. My suggestion is to definitely stop using AA. >> >> On 8/26/07, pdt_p <[EMAIL PROTECTED]> wrote: >> >>> Hi guys, >>> >>> I just

Re: Integrate AjaxAnywhere with Trinidad Poll

2007-08-27 Thread Andrew Robinson
d. > > > > Scott > > > > Andrew Robinson wrote: > >> Why use AA with Trinidad. AA doesn't give you any functionality that > >> Trinidad already has. My suggestion is to definitely stop using AA. > >> > >> On 8/26/07, pdt_p <[EMAI

AjaxAnywhere, state management and multiple forms

2006-03-01 Thread Andrew Robinson
I'm trying to get a wizard functionality going with AA. My parent page has a panel that is in a "default" state. A button in this panel should cause a navigation to occur to the next page. The main page does have buttons that should continue to work. So I have next, back, finish and cancel butto

Re: Mix between inputSuggestAjax and AjaxAnyWhere

2006-05-17 Thread Gerald Müllan
to use the AjaxAnyWhere with inputSuggestAjax i've used AA alone with no problems. What i want to do is when the user choose a value from the inputSuggestAjax i want the value to be sent to the server as AA request I've tried to do it usi

Re: Mix between inputSuggestAjax and AjaxAnyWhere

2006-05-17 Thread Michael Ageeb
/17/06, Michael Ageeb <[EMAIL PROTECTED]> wrote:> Hello,>I'm trying to use the AjaxAnyWhere with inputSuggestAjax i've used AA > alone with no problems.> What i want to do is when the user choose a value from the inputSuggestAjax> i want the value to be sent to the

Re: Mix between inputSuggestAjax and AjaxAnyWhere

2006-05-17 Thread Gerald Müllan
jira/browse/TOMAHAWK-258 > > regards, > > Gerald > > On 5/17/06, Michael Ageeb <[EMAIL PROTECTED]> wrote: > > Hello, > >I'm trying to use the AjaxAnyWhere with inputSuggestAjax i've used AA > > alone with no problems. > > What i want to d

Re: Mix between inputSuggestAjax and AjaxAnyWhere

2006-05-17 Thread Murat Hazer
On 5/17/06, Michael Ageeb <[EMAIL PROTECTED]> wrote: Hello,   I'm trying to use the AjaxAnyWhere with inputSuggestAjax i've used AA alone with no problems.I am having problem with AA alone, could you tell me the versions of the myfaces, tomahawk and AA?   What i want to do is when

Re: Mix between inputSuggestAjax and AjaxAnyWhere

2006-05-17 Thread Michael Ageeb
MyFaces core 1.1.3Tomahawk 1.1.2Sandbox 1.1.3-snabshotAA 1.2-RC1On 5/17/06, Murat Hazer <[EMAIL PROTECTED] > wrote: On 5/17/06, Michael Ageeb <[EMAIL PROTECTED]> wrote: Hello,   I'm trying to use the AjaxAnyWhere with inputSuggestAjax i've used AA alone with no problems.I

Re: Mix between inputSuggestAjax and AjaxAnyWhere

2006-05-17 Thread Murat Hazer
.1.2Sandbox 1.1.3-snabshotAA 1.2-RC1On 5/17/06, Murat Hazer < [EMAIL PROTECTED] > wrote: On 5/17/06, Michael Ageeb <[EMAIL PROTECTED]> wrote: Hello,   I'm trying to use the AjaxAnyWhere with inputSuggestAjax i've used AA alone with no problems.I am having problem with AA alone,

Re: Mix between inputSuggestAjax and AjaxAnyWhere

2006-05-17 Thread Michael Ageeb
pages that define zones? On 5/17/06, Michael Ageeb <[EMAIL PROTECTED]> wrote: MyFaces core 1.1.3Tomahawk 1.1.2Sandbox 1.1.3-snabshotAA 1.2-RC1On 5/17/06, Murat Hazer < [EMAIL PROTECTED] > wrote: On 5/17/06, Michael Ageeb <[EMAIL PROTECTED]> wrote: Hello,   I'm t

Re: Mix between inputSuggestAjax and AjaxAnyWhere

2006-05-17 Thread Murat Hazer
On 5/17/06, Murat Hazer < [EMAIL PROTECTED] > wrote: On 5/17/06, Michael Ageeb <[EMAIL PROTECTED]> wrote: Hello,   I'm trying to use the AjaxAnyWhere with inputSuggestAjax i've used AA alone with no problems.I am having problem with AA alone, could you tell me the versions of the

Re: Mix between inputSuggestAjax and AjaxAnyWhere

2006-05-17 Thread Michael Ageeb
ing in aa.js or scripts in the jsf pages that define zones? On 5/17/06, Michael Ageeb <[EMAIL PROTECTED]> wrote: MyFaces core 1.1.3Tomahawk 1.1.2Sandbox 1.1.3-snabshotAA 1.2-RC1On 5/17/06, Murat Hazer < [EMAIL PROTECTED] > wrote: On 5/17/06, Michael Ageeb <[EMAIL PROTECTED]>

Re: Mix between inputSuggestAjax and AjaxAnyWhere

2006-05-17 Thread Murat Hazer
Hımm, you are indicating zones to be refreshed on the server side, i am doing this on the client side withajaxAnywhere.getZonesToReload = function() { return "CountryZone";}could this be my problem (i need to try)? Any ajaxanywhere expert can answer this? (i think, not writing any ajax

Tree2 and Ajaxanywhere - BaseTreeNode constructor question

2006-07-06 Thread Todd Patrick
What are the first two parameters? I assume model is the "actual model" i.e. the element on the jsp page. What is parent? Thanks, --Todd public BaseTreeNode(TreeModel model, BaseTreeNode parent, String type, String identifier, String name, boolean leaf) { th

inputSuggestAjax inside AjaxAnyWhere zone does not work

2006-05-18 Thread Michael Ageeb
Hello,   I wonder if any body faced this problem beforeI'm using AjaxAnyWhere 1.2-RC1 with sandbox-1.1.3 snabshot. when i put the inputSuggestAjax component inside the AA zone it became a usual/normal input box after the zone reloading.        

Re: Tree2 and Ajaxanywhere - BaseTreeNode constructor question

2006-07-06 Thread Andrew Robinson
The model is the tree model (aka the value attribute of the tree2 tag). I needed this in my code since all the expansion code and state lives in the tree state object in the model and not in the nodes. If I had had more time, I could have written a custom tree state that gets its expansion state f

Refreshing a subview with AjaxAnywhere - is it possible?

2006-02-01 Thread myfaces
axically. Does anyone know if this is possible? What follows is my presently failing attempts with AjaxAnywhere to accomplish this. Any and all insights, suggestions, alternatives will be greatly appreciated! I'm brand new to AjaxAnywhere and am having what I hope is a newbie type proble

Re: inputSuggestAjax inside AjaxAnyWhere zone does not work

2006-05-18 Thread Andrew Robinson
Check to see what JavaScript is being used by inputSuggestAjax, chances are it is not AjaxAnywhere friendly. Remember that JavaScript is run as an "eval" in AjaxAnywhere, not as in-line document JavaScript. This also breaks some tomahawk components (they were not built for being run

Re: inputSuggestAjax inside AjaxAnyWhere zone does not work

2006-05-18 Thread Sanjiv Jivan
Also not that the current version of AjaxAnywhere does not support "new" content that introduces new _javascript_ functions and global variables. For example if you have a zone that returns _javascript_ like the one below, the someNewFunction() call will fail.   </div>

Re: inputSuggestAjax inside AjaxAnyWhere zone does not work

2006-05-18 Thread Andrew Robinson
actually AjaxAnywhere does support it, but it needs help. Check out the JavaScript docs at: http://ajaxanywhere.sourceforge.net/js_docs_out/index.html You will see a function: Object getGlobalScriptsDeclarationsList(script) If the HTML received in responce to AJAX request contains

  1   2   >