Yes, it means that tableRow is null.
Where is title being used? it only makes sense to access the table
row during iteration over the source collection. If it's not being
used in a Block for the table I'm not sure you can do this.
-Mike
On 3/25/06, Andreas Bulling <[EMAIL PROTECTED]> wrote:
> 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]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]