I have a problem with using tacos:AjaxDirectLink and contrib:TableView.
The thing is I invoke listener via AjaxDirectLink component and try to update contrib:TableView component afterwards.
When I use Mozilla, everything is ok and table is really updated, but Internet Explorer handles that badly, just saying that _javascript_ error has occured on certain line.
My real page is rather complicated and uses own components, so I'm giving you another piece of code which is completely unintentional, but also causes a _javascript_ error in Internet Explorer (handled normally by Mozilla Firefox). I've created this sample page in order to understand whether it works for such silly structure or not - and its doesn't. Please, understand that I don't mean that I want to see some changes on the page after clicking link (as far as table is filled by constant list with 'A' and 'B') but I want Internet Explorer to handle that correctly.
I consider such behavior a bug, because my real table on real page is updated in Firefox and not updated in Internet Explorer.
May be I am doing something wrong? Please help.
<html>
<head>
<title>Hardware Tree</title>
<script type="text/_javascript_">
djConfig = {
isDebug: false,
baseRelativePath: "js/dojo",
preventBackButtonFix: false,
parseWidgets: false
};
</script>
<script src="" type="text/_javascript_">
</script>
<link rel="stylesheet" type="text/css" href="" />
<link rel="stylesheet" type="text/css" href="" />
</head>
<body jwcid="@Body">
<span jwcid="@tacos:AjaxDirectLink" listener="listener:on" updateComponents="ognl:{'tableViewA'}" direct="true">TABLEVIEW</span>
<form jwcid="@Form">
<table jwcid="@tacos:TableView" source="ognl:{'A', 'B'}" columns="literal: * A:toString()" id="tableViewA">
<tr jwcid="@tacos:TableRows" id="tableRows">
<td jwcid="@tacos:TableValues" row="ognl:'A'" align="center" />
</tr>
</table>
</form>
</body>
</html>
--
Yours faithfully,
Tsukur Vladimir aka _flush_dia_
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Tacos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tacos-devel
