0 Replies Latest reply on May 30, 2009 9:56 AM by allforjava.allforjava.aol.in

    How To: Dynamic selection of row from scrollabledataTable?

    allforjava.allforjava.aol.in
      Hi,

      1. Seamframework.org site loaded/browsed in IE 7, s without images. And with only unformatted text. I have set the cookies option however same problem. Why? 

      2. Following, code for dynamically diaplaying the scrollableDataTable is NOT working:

                <a:support event="onRowClick" reRender="outpanel">
                     <f:setPropertyActionListener value="#{issues}" target="#{issuesHome.instance}"/>
                     <f:param name="issueIdForMenu" value="#{issues.id}"/>
      </a:support>

      And want to reRender the a4j: panel for onRowClick.

      Please guide how to do it.

      3. How can I refer panel id from one view to another? e.g IssuesPanel from I.xhtml to be rerendered in IL.xhtml coz of a4j:include view.

      Thank you in advance!