I'm using Trinidad 1.0.7, and have PPR of a table occurring when a
particular button is clicked. The table updates fine in Firefox 2.0,
but doesn't in IE 7. Anything I should look for? I even call
addPartialTarget(table) during the button's actionListener, but it
doesn't have the desired effect. Both button and table are in the same
naming container.
Here is a small snippet:
<tr:commandButton id="download"
binding="#{MenubarHelper.downloadButton}"
partialSubmit="true"
disabled="#{!HelperHolderBean.helper.downloadEnabled}"
actionListener="#{HelperHolderBean.helper.processDownload}"/>
.
.
<tr:table id="genTable" autoSubmit="true"
binding="#{TableFactoryBean.genTable}"
value="#{HelperHolderBean.helper.tmpTable}"
rows="#{HelperHolderBean.helper.tmpTableSize}"
first="0" var="row" rowBandingInterval="1"
rowSelection="single"
selectionListener="#{HelperHolderBean.helper.selectionListener}"
emptyText="#{msg.textNo_entries}"/>
Thanks in advance,
Shawn Bertrand
Tyco Electronics