Note that there are some explanatory texts on larger screens.

plurals
  1. USAmit Tikoo
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COI was able to get the desired functionality. Here is the code <a4j:commandLink rendered="#{node.expanded}" render="treeNode" execute="segmentTree" oncomplete="initializeTree();"> <h:graphicImage library="images" styleClass="collapsed" name="segmentation/collapse.png" /> <a4j:param assignTo="#{node.expanded}" value="false" /> <f:param name="#{treeNodeBinding.clientId}__NEW_NODE_TOGGLE_STATE" value="true" /> <f:param name="#{treeNodeBinding.clientId}__TRIGGER_NODE_AJAX_UPDATE" value="true" /> </a4j:commandLink>
      singulars
    2. COThanks for the response. We areonly supporting IE9 and CHrome. I did compare the HTTP request responses for both IE9 and Chrome for the same resource: CHROME: Response Headers: X-Powered-By:Servlet/3.0 JSP/2.2 X-Powered-By:JSF/2.0 X-UA-Compatible:IE=edge IE: Key Value Response HTTP/1.1 304 Not Modified Transfer-Encoding chunked Content-Type text/javascript X-Powered-By Servlet/3.0 JSP/2.2 X-Powered-By JSF/2.0 X-UA-Compatible IE=edge Expires Thu, 07 Nov 2013 16:24:28 GMT Last-Modified Wed, 17 Oct 2012 18:04:34 GMT I can't fathom why IE would get the Expires header while chrome does not.
      singulars
    3. COIf you are using a command link to open the dialog add the id of the dialog box/ component to the "render" attribute EX: <h:commandButton> <f:ajax execute="@this" render="id-of-dialog-box" /> </h:commandButton>
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload