[
https://issues.apache.org/jira/browse/TOBAGO-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510870#comment-13510870
]
Hudson commented on TOBAGO-1218:
--------------------------------
Integrated in tobago-1.5.x #117 (See
[https://builds.apache.org/job/tobago-1.5.x/117/])
TOBAGO-1218: ArithmeticException: divide by zero
This happens when the range model has min == max (Revision 1416867)
Result = SUCCESS
lofwyr : http://svn.apache.org/viewvc/?view=rev&rev=1416867
Files :
*
/myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/Progress.java
*
/myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/webapp/tc/progress/progress-tobago-1218.xhtml
*
/myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/webapp/tc/progress/progress.xhtml
*
/myfaces/tobago/branches/tobago-1.5.x/tobago-theme/tobago-theme-scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/ProgressRenderer.java
> 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