hi,

I got error :


In tapestry 5.0.14 i use construction

Failid.java

signDoc.setSignedDocInfo(startSessionResponse.getSignedDocInfo());

                return signDoc;

SignDoc.java
    @Persist
    private SignedDocInfo sdocinfo;


But in tapestry 5.1.0.5 i got error:

 ERROR java.lang.RuntimeException: Exception assembling root component of
page SignDoc: Error persisting field SignDoc:sdocinfo: Persistent fields may
not be up
dated 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.



How can i communicate with two java class with persistent tapestry
annotation variable?


Argo

Reply via email to