I'm a Tapestry novice, but you may want to have a look at 
http://code.google.com/p/tapestry5-components/ t5components .  It allows you
to add a mixin to components to respond to an OnChange event with AJAX (see: 
http://87.193.218.134:8080/t5c-demo/oneventpage this  and 
http://87.193.218.134:8080/t5components/t5c-commons/ref/org/apache/tapestry/commons/mixins/OnEvent.html
this  for details).  You could then change the data model for the other
select component with a tiny bit of JavaScript in the onCompleteCallback
function.  

I'm curious how a Tapestry expert would handle it.


HugoPalma wrote:
> 
> I have a very usual use where in a form i have two selects, and when the
> user selects a value on one the values on the second should be filtered
> accordingly.
> As the Select component doesn't support ajax out-of.the-box i see myself
> forced to implement a lot of plumbing and javascript stuff.
> 
> Still, i feel that this kind of use case should be much easier to
> implement.
> Maybe i'm missing something.
> I'd like to hear some ideas about how u would handle this.
> 
> Thanks.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/What%27s-the-easiest-way-to-implement-two-dependent-select-lists---tp20859735p20877559.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to