Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.
The following page has been changed by JesperZedlitz: http://wiki.apache.org/tapestry/Tapestry5GridComponent The comment on the change is: maybe it's better to change the model in pageLoaded() ------------------------------------------------------------------------------ private ComponentResources _resources; private final BeanModel _model; - public Page() { + void pageLoaded() { this._model = _beanModelSource.create(Person.class, true, _resources); thisl_model.add("details", null); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
