users@glassfish.java.net

nested el expressions

From: <glassfish_at_javadesktop.org>
Date: Tue, 08 May 2007 12:22:07 PDT

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