<Petr.Marek <at> profinit.cz> writes:

> Basic reason is obvious - null method "element". But conditions look to be 
> strange for me. It happens only when two users (at least) are working on 
> same page. It looks for me like page from first user when stored to 
> tapestry page pool preserves some values of set properties and propagates 
> them to second user when loaded from pool. Is something like this possible 
> (by docs is not, I think)? Does not have anyone else such problem?

Are you sure you're using:

  <property name="element"/>

in your .page file or:

  public abstract XXX getElement();

in your .java file instead of:

  private XXX element;

--
Author of a book for learning Tapestry (http://www.agileskills2.org/EWDT)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to