I think the problem is that you cannot nest a <fmt:> tag inside a <c:> tag.
So to get it working it would have to look something like:
<fmt:message var="foo" key="image.login"/>
<input type="image" src="<c:url value="${foo}" />" name="login"
value="login" width="73"
height="23"/>
Mike
On 3/21/07, Jonathan Tse <[EMAIL PROTECTED]> wrote:
Hi all,
I have been using <fmt:message key="" /> tag to i18n my view. When I
try to i18n the image, I found that the following method doesn't work.
<input type="image" src="<c:url value="<fmt:message
key="image.login" />" />" name="login" value="login" width="73"
height="23"/>
So , how do you i18n your image? Any input is welcome
Best regards,
Jonathan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]