Hello maybe this can be something related to my backing too far problem..
I have an Ajax selection List... when I click an list item I see ont he console all the log info about the fetching and so, then when I select another item in the same list.. I see again the output and the requests...
NOW!. when I click an item of another AjaxSelectionList which appears after I have selected an item of the first List, and then I click again another Item int he first List I get MANY times the same EXACTLY requests...
then I select some item form my second list and I get this...:
method=POST uri=/cgi-bin/WebObjects/XWSLocalizer.woa/ajax/8wc4ZiQQrKqANsW3NpbAtw/17.17.7.1?
now, if I select back again any item in the first list I get again lots of requests dispatch outputs.. which are the same.. and once again I click any time in the second generated list I get this.:
method=POST uri=/cgi-bin/WebObjects/XWSLocalizer.woa/ajax/8wc4ZiQQrKqANsW3NpbAtw/81.17.7.1?
if I repeat the procedure, I will get this after I click an item int he second list:
method=POST uri=/cgi-bin/WebObjects/XWSLocalizer.woa/ajax/8wc4ZiQQrKqANsW3NpbAtw/104.17.7.1?
so, first why am I getting some many requests logs?, they are exactly the same... is it normal? I guess no...
can this be something to do with my backtracking problem?
Thanks a lot,
I hope anytime soon I can solve this inconvenience which is making the users crazy... :S
Gustavo