Mario Ivankovits schrieb:
Hi Werner!
<h:form>
    <t:saveState value="#{progressor.percentage}"></t:saveState>
    <h:commandLink></h:commandLink>
    <s:pprPanelGroup id="pprmain" periodicalUpdate="500">
        <t:div id="process_done" rendered="#{progressor.percentage ==
100}" forceId="true"/>
        <t:div id="progressbar"  binding="#{progressor.bar}"
style="#{progressor.style}">
            <h:outputFormat binding="#{progressor.outputformat}"
value="Login in progress, please wait"/>
        </t:div>
    </s:pprPanelGroup>
</h:form>
Shouldn't it be possible to embed a f:verbatim within the process_done
div which renders the window.location stuff then?


Does not work yet. sorry...
I ran into this ppr limitation a week ago.

Reply via email to