You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Denise Mangano <De...@complusdata.com> on 2003/01/03 18:24:54 UTC

NEW JasperException

Fix one problem only to be burdened with another : (

While this did get rid of the JasperException I was previously getting about
the String, I now get:  org.apache.jasper.JasperException: For input string:
"undefined".  I am assuming this is due to the variables transactionTotal
and transactionId, because I did not get this error when these two were
omitted. The error message was not specific to what file/variable is causing
it.

I also think I may know what the problem is.  My form is called with these
two parameters passed in the URL.  The form then calls the Javascript to
parse the URL, and uses Javascript to display the information.  Since the
information is a transaction amount, and an internal tracking number, these
need to be non-editable fields. Therefore I display the information using
Javascript to retrieve the values and display as text.  The actual input
tags are: document.write("<input type=HIDDEN maxLength=8
name='transactionTotal' value='" + returnAmt("transactionTotal") + "'>");

I am wondering if because the actual input type is "hidden" the bean cannot
read it? (Or perhaps because of the use of the Javascript to display the
fields is causing a problem?)

Thanks :)

Denise Mangano
Help Desk Analyst
Complus Data Innovations, Inc.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: NEW JasperException

Posted by "Noel J. Bergman" <no...@devtech.com>.
Denise,

It would really help to see the bean class, with just method signatures, not
method bodies, and the form.

At least you aren't getting exjasperated, yet.  ;-)

	--- Noel


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>