NumberFormatException thrown in browser when passing "" to netui:configurePopup
Integer attributes
--------------------------------------------------------------------------------------------------
Key: BEEHIVE-214
URL: http://issues.apache.org/jira/browse/BEEHIVE-214
Project: Beehive
Type: Bug
Components: NetUI
Versions: V1Beta
Environment: WLS 8.1 no service pack, IE 6.0, FireFox v1
Reporter: Jason Dunckley
Priority: Minor
-Attempt to go to a JSP page that has the following tag
<netui:imageAnchor action="getZip" popup="true"
src="/Pictures/needsMoreCowbell.gif">
<netui:configurePopup left=""> </netui:configurePopup>
</netui:imageAnchor>
Result- Netui error is thrown in the browser with NumberFormatException
java.lang.NumberFormatException: For input string: ""
Expected- either throw error in the compiler or maybe substitute 0 for empty
attributes of Integer type
--
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
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira