0 Replies Latest reply on Oct 24, 2007 11:38 PM by delfin2003

    Problem with JBOSS single selectable row table component

    delfin2003

      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