Hi
I'm wondering if there is a recommended approach to replacing variables that
occur within other variables.

I have text which I add to the model that comes from a properties file that
looks like:
Intro=Hello ${Name}, welcome to the application
Name=John

I could break up intro into chunks in my template, but that will make things
slightly more difficult to maintain, particularily when I send it for
translation.

So, is there a way to get model-variable subsitution to run a second time or
a way for me to change the to-be-rendered output to acomplish something like
this?

Thanks,
-G

Reply via email to