Thank you for those suggestions, Volker.
The common theme seems to be that I should allow Tapestry to create a
default BeanModel rather than create a new instance of one in my Java
class, correct? Your second suggestion is nearest to what I've done,
except that I return a new BeanModel.
Jus
Hi Andreas,
tapestry-security (http://www.tynamo.org/tapestry-security+guide/) is a Third
Party project, not an Apache Tapestry module.
The source code is available on GitHub
(https://github.com/tynamo/tapestry-security). Perhaps you can speed things up
by cloning the project, making the neces
Hi Christopher,
Here are three suggestions to achieve what you are trying to do.
(1) Omit the 'model' parameter to let Tapestry create a default model. Use the
'add' parameter to add a column named 'crewman' to that model. In the template
file, in the body of the grid component, define how to r
Hi all,
I'm trying out the Tapestry Grid component for the first time in one of
my projects. During rendering I'm presented with the below exception.
"Render queue error in BeginRender[vessel/Read:grid.rows]: Failure
writing parameter 'row' of component vessel/Read:grid.rows: Failure
wr