In a resource file I have the following property (bundleRef=res)
[b]billMsg=Your bill is due in #{Bill_Backing.dueDays} days.[/b]
<h:outputText rendered="#{Bill_Backing.billOverdue}" [b]value="#{res[\'billMsg\'][/b]}"/>
The problem is that the #{Bill_Backing.dueDays} in billMsg is not resolved.
What is the easiest way to do this?
Cheers
Tim
[Message sent by forum member 'tharnett' (tharnett)]
http://forums.java.net/jive/thread.jspa?messageID=216054