Re: ajax question

2006-04-20 Thread Henri Dupre
Oh that is really nice. How can I also update the content of my @PropertySelection components? Thanks, Henri. On 4/20/06, Andreas Andreou <[EMAIL PROTECTED]> wrote: > > Change @Form to [EMAIL PROTECTED] > Change @Submit to @AjaxSubmit > Surround the price with ... > > > Add updateComponents="

Re: ajax question

2006-04-20 Thread Andreas Andreou
Change @Form to [EMAIL PROTECTED] Change @Submit to @AjaxSubmit Surround the price with ... Add updateComponents="ognl:{'ajaxForm', 'priceDiv'}" to the new AjaxForm Henri Dupre wrote: >I'm very new to Ajax and outside the tacos Ajax example, I don't know much >else... >On our website we have a

Re: ajax question

2005-12-06 Thread amirsguard-tapestry
Doh! I did'nt include the dojo javascript file.. it seems to be working now :) --- [EMAIL PROTECTED] wrote: > Hi, > > I have a screen with many tabs, I would like the tabs to be populated when > the > user selects the tab asynchronously. The basic idea is that when a user > clicks > on a link,