RE: is not bound and can not be updated or BINDINGEXCEPTION ?

2007-10-09 Thread Ken nashua
This is tapestry-101 stuff... and I am still wrestling with it. I decided to use @Persist instead of @Parameter and now I get An exception has occurred. You may continue by restarting the session. [ +/- ] Exception: Error: Change to persistent property tableSize of

RE: is not bound and can not be updated or BINDINGEXCEPTION ?

2007-10-09 Thread Ken nashua
This could be the reason why... @Override protected void prepareForRender(IRequestCycle cycle) { super.prepareForRender(cycle); setCollection(loadCollection(getCollectionType())); if ( getTableSize() == null )