PDA

View Full Version : problem in Property file !!!


rjuyal
May 7th, 2008, 05:40 AM
Hi,
in my property file. i am having

value.empty=Please specify the value for <b>{0}</b>.
value.null=Please specify the value for <b>{0}</b>.

it is working fine, but

is it possible, to have something like this:

value.empty=Please specify the value for <b>{0}</b>.
value.null=${value.empty}



i tried this but it says:- can't parse argument number value.empty

Please help :confused: