Java Mailing List Archive

http://www.gg3721.com/

Home » users.tapestry »

t5components paged loop

Peter Stavrinides

2008-11-10

Replies: Find Java Web Hosting

Author LoginPost Reply
As of this morning I am getting the error listed below, from some pretty innocuous code:

"Render queue error in BeginRender[hf/forum/Home:pagelink_0]: Error persisting field hf/forum/DisplayThread:pagedloop:_currentPage: Persistent fields may not be updated until after the page has finished loading. This may be due to a persistent field with a default value. The default value should be removed."

It appears the paged loop component is setting a default value for a persisted field, which is an error as of this mornings snapshot... I have a lot of code that uses this component, is there a patch, workaround or upgrade I can get hold of from somewhere, I am using the following:

<dependency>
       <groupId>org.apache.tapestry</groupId>
       <artifactId>t5c-contrib</artifactId>
       <version>0.5.15</version>
    </dependency>

    <dependency>
       <groupId>org.apache.tapestry</groupId>
       <artifactId>t5c-commons</artifactId>
       <version>0.5.15</version>
    </dependency>

Thanks,
Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 gg3721.com - Jax Systems, LLC, U.S.A.