Found the problem in my code:

Select component generates onChange when zone parameter is bound. This is
different from a form submit event. so changing my onChange method to this
solved my problem:

public Object onValueChangedFromBrBilletTypeFilter(BRBilletType
brBilletTypeFilter){   <---- included value passed in from select
    this.brBilletTypeFilter = brBilletTypeFilter;   <---- updated value for
select component.


I know this is beginner level, but hopefully it will help someone.

--



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/grid-in-zone-gets-pre-selected-value-from-select-component-tp5715860p5715889.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