Re: Newbie problem with For component on T4

2007-03-11 Thread Hernâni Cerqueira
Jesse Kuhnert escreveu: It means "currentArt" is null at the point when it's trying to resolve currentArt.title. Yes, that one i knew. And I was sure that "artList" didn't have any null values. I found the problem, it's my stupidity... I wanted to post here that I was not needing help anymore,

Re: Newbie problem with For component on T4

2007-03-11 Thread Justin Walsh
jwcdi="arts" should be jwcid="arts" Hernâni Cerqueira wrote: > Hello all, I'm new to Tapestry, this is my first project using it, and > until now everything was doing perfectly. But now i'm having a small > issue with the For component. I was doing something i've done > sometimes already. I hav

Re: Newbie problem with For component on T4

2007-03-10 Thread Jesse Kuhnert
It means "currentArt" is null at the point when it's trying to resolve currentArt.title. On 3/10/07, Hernâni Cerqueira <[EMAIL PROTECTED]> wrote: Hello all, I'm new to Tapestry, this is my first project using it, and until now everything was doing perfectly. But now i'm having a small issue with