T5: Ajax update of BeanEditForm on drop-down select?

2008-01-15 Thread Franz Amador
I'm using BeanEditForm to generate a form that includes a drop-down selector.  
I'd like to get an event when the user selects a value so I can update other 
fields in the form, preferably via a partial-page Ajax-style update.  Is this 
possible?  If so, is there an example I can look at?  If not, is there a way to 
do this with a regular form?  Thanks!



Re: T5: Ajax update of BeanEditForm on drop-down select?

2008-01-15 Thread Howard Lewis Ship
This is coming soon, but it won't be part of BeanEditForm ... to get
that level of interactivity will require that you spell out your
individual fields and labels, along with extra components  mixins to
describe the Ajax functionality to Tapestry.

On Jan 15, 2008 2:44 PM, Franz Amador [EMAIL PROTECTED] wrote:
 I'm using BeanEditForm to generate a form that includes a drop-down selector. 
  I'd like to get an event when the user selects a value so I can update other 
 fields in the form, preferably via a partial-page Ajax-style update.  Is this 
 possible?  If so, is there an example I can look at?  If not, is there a way 
 to do this with a regular form?  Thanks!





-- 
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind

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



Re: T5: Ajax update of BeanEditForm on drop-down select?

2008-01-15 Thread Sven Homburg
arrgl  today i've checked in my first ajax mixin OnChange.
i think i must slow down my development ;-)

2008/1/16, Howard Lewis Ship [EMAIL PROTECTED]:

 This is coming soon, but it won't be part of BeanEditForm ... to get
 that level of interactivity will require that you spell out your
 individual fields and labels, along with extra components  mixins to
 describe the Ajax functionality to Tapestry.

 On Jan 15, 2008 2:44 PM, Franz Amador [EMAIL PROTECTED] wrote:
  I'm using BeanEditForm to generate a form that includes a drop-down
 selector.  I'd like to get an event when the user selects a value so I can
 update other fields in the form, preferably via a partial-page Ajax-style
 update.  Is this possible?  If so, is there an example I can look at?  If
 not, is there a way to do this with a regular form?  Thanks!
 
 



 --
 Howard M. Lewis Ship

 Creator Apache Tapestry and Apache HiveMind

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




-- 
with regards
Sven Homburg