hi,
AjaxLinkSubmit causes a stale link exception in IE6 when pressed/clicked
(with Firefox it works fine).
I get following log message:
27.03.2006 11:22:58 net.sf.tacos.ajax.impl.ResponseDelegateFactoryImpl
getResponseBuilder
WARNING: Unable to find a ResponseBuilder to return, system not configured
for request.
27.03.2006 11:22:58 net.sf.tacos.ajax.impl.AjaxDirectServiceImpl service
WARNING: Header with key X-Requested-With and expected value XMLHttpRequest
did not exist, performing non-ajax http response.
Did anyone encounter similar problems?
best regards,
kris
BTW: i hate IE
I created a simple application to confirm my assumption:
Home.page
<inject property="ajaxRequest" object="service:tacos.AjaxWebRequest" />
<component id="form2" type="tacos:AjaxForm" />
<component id="text2" type="TextField">
<binding name="value" value="text2" />
</component>
<component id="submitajax" type="tacos:AjaxLinkSubmit">
<binding name="listener" value="listener:doSubmitAjax" />
<binding name="updateComponents" value="ognl:{'upd2'}" />
</component>
Home.html
<script type="text/javascript">
djConfig = {
isDebug: true,
baseRelativePath: "js/dojo/",
preventBackButtonFix: false,
parseWidgets: false
};
</script>
<script type="text/javascript" src="js/dojo/dojo.js"> </script>
</head>
<body jwcid="@Body">
<div jwcid="[EMAIL PROTECTED]" id="upd2">
<form jwcid="form2">
<input jwcid="text2" />
<a jwcid="submitajax">Ajax submit</a>
</form>
</div>
</body>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]