On Sep 24, 2010, at 2:58 PM, Thiago H. de Paula Figueiredo wrote:

>> 
> 
>> 1. In my SetupRender method I assign the parameter value to a property foo 
>> of the component.
> 
> I can't see why you need this.

Because initially the value comes in from a parameter, but on refresh the value 
comes in from the event handler, and you can't re-assign to the @parameter 
variable, or tapestry complains.  So "foo" is the intermediary that both the 
component param and the event parm get passed into, so that the rest of hte 
component can cleanly access from one location.

Christian.



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

Reply via email to