Re: Re: Grid component and context values - TapestryException

2008-04-19 Thread Petros Petrou
Hi Greetz, You suggestion fixed the problem thank you :) Petros nille hammer wrote: > > Hi Petros, > the problem is caused by the expression > context="{account?.accountManager?.username}". With "?." you tell > Tapestry: "The value might be null, please check before calling the > Method." As

Re: Re: Grid component and context values - TapestryException

2008-04-18 Thread nille hammer
Hi Petros, the problem is caused by the expression context="{account?.accountManager?.username}". With "?." you tell Tapestry: "The value might be null, please check before calling the Method." As null values aren“t allowed in context, you must not tell Tapestry that your values might be null.