[
https://issues.apache.org/jira/browse/TOBAGO-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Udo Schnurpfeil resolved TOBAGO-1218.
-------------------------------------
Resolution: Fixed
Fix Version/s: 1.6.0
1.6.0-beta-3
1.5.9
1.0.40
> ArithmeticException: divide by zero in
> ProgressRenderer.encodeEnd(ProgressRenderer.java:57)
> -------------------------------------------------------------------------------------------
>
> Key: TOBAGO-1218
> URL: https://issues.apache.org/jira/browse/TOBAGO-1218
> Project: MyFaces Tobago
> Issue Type: Bug
> Components: Themes
> Affects Versions: 1.0.39, 1.5.6, 1.6.0-beta-2
> Environment: in production mode with websphere 6.1
> Reporter: Andreas Precht
> Assignee: Udo Schnurpfeil
> Fix For: 1.0.40, 1.5.9, 1.6.0-beta-3, 1.6.0
>
>
> viewhandler E Error Rendering View[/faces/Import/DatenImport.xhtml]
> java.lang.ArithmeticException: divide by zero
> at
> org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.ProgressRenderer.encodeEnd(ProgressRenderer.java:57)
> xhtml snippet:
> <ui:define name="Buttonleiste">
> <tc:panel>
> <f:facet name="layout">
> <tc:gridLayout rows="auto"
> columns="*;auto;auto" />
> </f:facet>
> <tc:panel />
> <tc:button label="prüfen und speichern"
> action="${DatenimportViewForm.doPruefenUndSichern}"
> image="${baseBundle.btn_sichern_pic }"
>
> disabled="${DatenimportViewForm.speichernKnopfDisabled }">
> <f:facet name="popup">
> <b:popup
> label="Verarbeitungs-Dialog" id="verarbeitungsPopup" height="120" width="350"
> >
> <tc:panel
> id="verarbeitungsPanel">
> <f:facet
> name="layout">
>
> <tc:gridLayout rows="*;auto;auto;*;auto" columns="*" />
> </f:facet>
> <f:facet
> name="reload">
>
> <tc:reload frequency="1000" />
> </f:facet>
> <tc:attribute
> name="renderedPartially" value="verarbeitungsPanel" />
>
> <tc:panel />
>
> <tc:out
> value="${DatenimportViewForm.popupMeldung }" />
> <tc:progress
> value="${DatenimportViewFormState.progress }" />
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira