Hi!
I've some problem with an "int" property value, read from my ApplicationResources 
file...

This is my TAG in JSP page:
<bean:define id="readValue" type="int">
        <bean:message key="read.this.property.from.file"/>
</bean:define>

but when I try to use the variable "readValue", it seems to be a 'NULL' attribute...
So I've just tryied this one TAG:
<bean:define id="readValue" type="java.lang.Integer">
        <bean:message key="read.this.property.from.file"/>
</bean:define>

but when I use the method "readValue.intValue()" to convert this value to an "int" I 
receive the 
same error as before...

Anybody knows why?
Thx
Mauro

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

Reply via email to