Do JSP support runtime string substitution for resource bundle text?
In the resource bundle properties file I have following text
system.invalidID = This accountID $ is not valid for current session.
I want to replace dynamically $(this will be the actual ID at runtime)
from the above resource text in my JSP and java Class.
Can we do this in JSP and java?
No comments:
Post a Comment