The problem here is exactly what the error says: transactionQuote is null at the moment he's trying to set pickupQuoteID.
The submit event is a new request so non persisted fields are gone... I'm not sure what you are trying to achieve here, but I think you need to use the context parameter of the Form component or the pages activation context to load transactionQuote again before it tries to set one of its properties. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Submitting-a-value-from-a-Form-tp5718882p5718911.html Sent from the Tapestry - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org For additional commands, e-mail: dev-h...@tapestry.apache.org