ICEfaces
  1. ICEfaces
  2. ICE-10047

Add server side rendering for ace:dialog

    Details

    • Type: Improvement Improvement
    • Status: Open
    • Priority: Major Major
    • Resolution: Unresolved
    • Affects Version/s: EE-3.3.0.GA_P01, 4.0.BETA
    • Fix Version/s: None
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      Icefaces 4.0 from trunk

      Description

      By default dialogs are rendered immediately.
      But for compatibility with Icefaces 1.8 on demand rendering will be useful.
      Primefaces team extend their branch with attribute "dynamic" for that case.

        Activity

        Hide
        Krashan Brahmanjara added a comment - - edited

        On Icefaces 4 from trunk, > rev. 40997 server side rendering works correct by command

        	<h:form id="ids">
        		<ace:dialog modal="true" closable="false"   
        			visible="#{modalBean.show}" rendered="#{modalBean..show}" >
        		</ace:dialog>
        	</h:form>
        

        or by dynamic includes ViewDeclarationLanguage.createComponent from myfaces

        Please close as Solved.

        Show
        Krashan Brahmanjara added a comment - - edited On Icefaces 4 from trunk, > rev. 40997 server side rendering works correct by command <h:form id= "ids" > <ace:dialog modal= " true " closable= " false " visible= "#{modalBean.show}" rendered= "#{modalBean..show}" > </ace:dialog> </h:form> or by dynamic includes ViewDeclarationLanguage.createComponent from myfaces Please close as Solved.

          People

          • Assignee:
            Unassigned
            Reporter:
            Krashan Brahmanjara
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated: