Just use the chenillekit onevent mixin. Unfortunately it'll only pass the
selected value as a string. So you'd have to translate the string back into
your object.




<select t:type="any" t:id="TheSelect" t:mixins="ck/OnEvent"
t:event="change">

@OnEvent(component = "TheSelect", value = "change")
  void onSelected(String value)
  {

  }

-- 
View this message in context: 
http://tapestry-users.832.n2.nabble.com/creating-an-InPlaceSelect-control-tp5963248p5963591.html
Sent from the Tapestry Users 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