Re: Dependent drop down list

2007-04-25 Thread tapuser
Hi Simeon, Could you please provide some sample? I would like to implement dependent drop down list ( partial page rendering)? Thanks. Sri. Simeon Koptelov-2 wrote: > > Well, I've done this for my project, using tacos:AjaxDirectLink to update > dependent select. If you're int

Re: dependent drop down list, ognl.InappropriateExpressionException

2006-05-11 Thread Geoff Longman
Robert, The Option component expects that the selected parameter is bound to an expression that it can read *and* write to. In other words it expects the expression to evaluate to a bean property. You expression works on a render (read) as it evals to a boolean and that's ok, a value would be wh

Re: Dependent drop down list

2006-05-08 Thread Stephane Decleire
I've implemented Sam's solution in my project (thanks Sam !). When the page is refreshed with the new items in the drop down list, i would like that this form element keep the focus but the focus is reset to the first element in the form ... Any advice is welcome. Stephane Sam Gendler wrote:

Re: Dependent drop down list

2006-05-07 Thread Pedro Viegas
Hi Simeon, That would be very helpfull thanks. If you could do that please let me know how to get to it. Sorry but I haven't heard of tassel. Regards, On 5/7/06, Simeon Koptelov <[EMAIL PROTECTED]> wrote: Well, I've done this for my project, using tacos:AjaxDirectLink to update dependent sel

Re: Dependent drop down list

2006-05-07 Thread Simeon Koptelov
Well, I've done this for my project, using tacos:AjaxDirectLink to update dependent select. If you're interested, I can package it and deploy to tassel. -- Best, Simeon Koptelov - To unsubscribe, e-mail: [EMAIL PROTECTED] For