Add complete facet for a UICommand to tc:progress
-------------------------------------------------

                 Key: TOBAGO-220
                 URL: http://issues.apache.org/jira/browse/TOBAGO-220
             Project: MyFaces Tobago
          Issue Type: Improvement
          Components: Themes
    Affects Versions: 1.0.9
            Reporter: Bernd Bohmann
         Assigned To: Bernd Bohmann
            Priority: Minor
             Fix For: 1.0.10


It should be possible to invoke a action if the progress is complete:

<tc:progress value="#{progress.progress}" >
            <f:facet name="complete">
              <tc:command action="#{progress.reset}" />
            </f:facet>
          </tc:progress>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to