Hi Guys,
I followed this blog:
http://blogs.sun.com/winston/entry/single_selectable_row_table_component
to create single selectable row table component. Everything works well in IE and Firefox
if deployed from java creator. But as soon as I deploy this on JBOSS 4.2 GA and select row
using radio button, I get IE's "Error on page". If I click details, it says
the following: "Object expcted".
Here is my initAllRowsTraining function:
function initAllRowsTraining() {
var table =
document.getElementById("form1:mainTabSet:knowledgeManagementTab:knowledgeManagementTabSet:trainingKnowledgeTab:trainingKnowledgeTable");
table.initAllRows();
}
Like I said, it works fine on sun app server, but not on JBOSS. I've been trying to
figure this out for the past 3 hours, no luck, pretty frustrated. Any help is greatly
appreciated
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4098639#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...