Is there a way instead of writing

Page.tml:
Step title: ${stepTitle}

Page.java:
public String getStepTitle() {
    return messages.get(step.getStepName() + "-step");
}

write something like (does not work):
${messages:${step.stepName}-step}

?

-- 
WBR,
Ivan S. Dubrov



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to