Re: [T5]: binding issue: supplying parameter to component --> always null

2007-09-28 Thread Britske
you were right on both remarks. I now tried "model=dataModel" but still model --> null. could it be (just guessing here) that grid.dataModel isn't initialized (and thus null) on the moment an action event goes off in the gridcolumns-class? anyway I looked further in the GridColumns-class and the

Re: [T5]: binding issue: supplying parameter to component --> always null

2007-09-27 Thread Josh Canfield
I'm not well versed in grid/gridcell... but one thing that jumps out is that you have "_model=_model" in your parameters. Shouldn't that be "model=_model" ? Also, are you passing the model parameter in your template? Your Parameter isn't required so null may be the correct value. I also haven't d

[T5]: binding issue: supplying parameter to component --> always null

2007-09-27 Thread Britske
Hi all, I guess I'm missing something here, maybe a trival thing so bear with me please.;-) I'm trying to extend the T5 grid / griddatasource for my requirements. For some event-handling in GridColumn I need to reference the field _model of type BeanModel which exists in the Grid-class from Grid