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?


Ciao,
Mario

Reply via email to