i am using <bean:message key='form.maxNumber'/> fine but i need to assign that key value to my jsp scriptlet something like ie. <% String aKey = "<bean:message key='form.maxNumber'/>"; int i = Integer.parseInt(aKey); %>
but the "aKey" contains the text "<bean:message key='form.maxNumber'/>" instead of the value it represents when declared outside a scriptlet.. thanks richmond __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

