Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Cannot format given object as number

843844Nov 6 2007 — edited Nov 7 2007
Hi all,

Can anyone tell me what this error is caused by please? It's just a snippet of the stack trace.
[06/11/07 15:47:58:742 GMT] 0000002b jsf           W com.sun.faces.renderkit.html_basic.HtmlBasicRenderer getForComponent Unable to find component with ID 'AmountBorrowedMin' in view.
[06/11/07 15:47:58:758 GMT] 0000002b jsf           W com.sun.faces.renderkit.html_basic.HtmlBasicRenderer getForComponent Unable to find component with ID 'AmountBorrowedMax' in view.
[06/11/07 15:48:04:930 GMT] 0000002b ServletWrappe I   SRVE0242I: [persil-ear] [/persil-web] [/error.jsp]: Initialization successful.
[06/11/07 15:48:04:962 GMT] 0000002b SystemOut     O 06-11-07 15:48:04.962 ERROR [jsp] error.jsp: uncaught error
javax.servlet.jsp.JspException: Cannot format given Object as a Number
	at com.sun.faces.taglib.html_basic.InputTextTag.doEndTag(InputTextTag.java:680)
	at com.ibm._jsp._search._jspx_meth_h_inputText_8(_search.java:1964)
	at com.ibm._jsp._search._jspService(_search.java:338)
	at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:85)
All I am doing is calling a "clear screen" javascript function on a search screen, but I keep getting the above error.

Any help would be much appreciated,

Cheers,
Illu
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 5 2007
Added on Nov 6 2007
2 comments
737 views