Re: Submitting a value from a Form

2012-12-21 Thread nquirynen
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

Re: Submitting a value from a Form

2012-12-20 Thread Lance Java
Never use ${...} in attributes. Use t:value=transactionQuote.pickupQuoteID instead and tapestry will create two way property binding which it can then get() and set(). -- View this message in context: http://tapestry.1045711.n5.nabble.com/Submitting-a-value-from-a-Form-tp5718882p5718886.html

Re: Submitting a value from a Form

2012-12-20 Thread Lance Java
By the way... the tapestry-dev list is for developers of tapestry. Messages such as this should be posted on the tapestry-users list. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Submitting-a-value-from-a-Form-tp5718882p5718887.html Sent from the Tapestry - Dev

Re: Submitting a value from a Form

2012-12-20 Thread Thiago H de Paula Figueiredo
On Thu, 20 Dec 2012 14:36:15 -0200, Lance Java lance.j...@googlemail.com wrote: Never use ${...} in attributes. More precisely, never use ${} in attributes that are component parameters. For example, a a t:type=PageLink class=${pageLinkCssClass}

Re: Submitting a value from a Form

2012-12-20 Thread mateen
in context: http://tapestry.1045711.n5.nabble.com/Submitting-a-value-from-a-Form-tp5718882p571.html Sent from the Tapestry - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org

Re: Submitting a value from a Form

2012-12-20 Thread mateen
this message in context: http://tapestry.1045711.n5.nabble.com/Submitting-a-value-from-a-Form-tp5718882p5718890.html Sent from the Tapestry - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: dev-unsubscr

Submitting a value from a Form

2012-12-20 Thread mateen
=search-btn / /t:form -- View this message in context: http://tapestry.1045711.n5.nabble.com/Submitting-a-value-from-a-Form-tp5718882.html Sent from the Tapestry - Dev mailing list archive at Nabble.com