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: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)