Hello.

When I try to define the following typed variable on a page, I get a ClassCastException:

<bean:define id="totAquisicao" type="java.lang.Double" value="0.0"/>

Looking at the generated servlet code, the error occurs at this line:

totAquisicao = (java.lang.Double) _jspx_page_context.findAttribute("totAquisicao");

What am I doing wrong or missing?

Thank you,

--
Ney André de Mello Zunino


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to