On 4/19/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > Cool but my problem is there are two messages (detailled and summary) > and I want to support runtime parameters. So I was thinking of adding > children UIParam components but I don't know how I would specify to > which message a parameters belong.
I haven't tried it, but I'm pretty sure the value of "message" is first used as a message key. So you could define separate detailed and summary message key values in your message properties file. Alternatively, you can submit a patch adding "messageDetail" and "messageSummary", but I'm not sure if this adds much value.

