As Cezary said, there are two requests involved in this exception.

1. Request to draw the page initially
2. Request to fire the "lastPage" event

Tapestry does NOT maintain state between Request 1 and Request 2 (unless you
explicitly tell it to via @Persist). In this case, you should not use
@Persist. You will need to setup your render variables for both requests.



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/strange-NPE-really-making-me-nervous-tp5716818p5716861.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to