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="
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
I'm very new to Ajax and outside the tacos Ajax example, I don't know much
else...
On our website we have a complex form to customize your own computer (e.g.
http://www.actualis.com/app/article?ref=ACTCFG_PCGAMD) . This form is a list
of @PropertySelection and when you change the option in the list
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,
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, the tab gets populated.
I have looked at the tacos examples and I am having a hard time trying to
figure what I need to do.
Anthony, you should check out the AJAX stuff at t-deli and tacos to get
an idea of how to approach this.
Jamie
On May 25, 2005, at 10:31 AM, Anthony Fox wrote:
Hi,
I am new to Tapestry so forgive me if the answer to this question is
simple.
I am trying to create a navigation system using A
Hi,
I am new to Tapestry so forgive me if the answer to this question is simple.
I am trying to create a navigation system using AJAX and Tapestry.
All the navigation links call a javascript function that uses an
XMLHttpRequest to request a page from Tapestry and updates the
innerHTML of a div e