Hi all,
another small (and probably for all experts around also are very simple)
question concerning OGNL. I want to do the following:
title="ognl:getMessage('page-title') +
components.recordList.tableRow.person.formalName"
but I get the error message
---
source is null for getProperty(null, "person")
---
This means that the components... path could not be followed and tableRow is
null, doesn't it? But how can I concatenate both strings?
recordList is a contrib:Table component and it works without the second
string part.
Thanks for your help!
Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]