Re: Only reload components?

2008-02-22 Thread Sabine K.
nt and federation > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.

Re: Only reload components?

2008-02-20 Thread Ulrich Stärk
This also works out of the box with a DirectLink and you can even update a component when some javascript or dom event is triggered by simply adding an EventListener to your page class. E.g. @EventListener(targets="targetComponent", events="onmousover") public void updateSomething(IRequestCycle

Re: Only reload components?

2008-02-20 Thread Loïc Talbot
Hi Uli, I didn't say I was using form component. So I cannot use your solution. Loïc

Re: Only reload components?

2008-02-20 Thread Ulrich Stärk
You could also go and reinvent the wheel. But if you were smart and using T4 you'd just add async="true" to your form component and you are set. If you also want to reload the comments on your page without reloading the whole page wrap them in an Any component and pass its id to the updateCompo

Re: Only reload components?

2008-02-20 Thread Loïc Talbot
> Hi, > > is there a way to change only components and not reload the hole page? In > example i have an activex component on the page (an image viewer). I can > control the image viewer with java script ( goToNextPosition() and so on). > For every position the user should be able to make some comme

Re: Only reload components?

2008-02-20 Thread Francois Armand
Sabine K. wrote: Hi, is there a way to change only components and not reload the hole page? [...] Is there a way to do this with tapestry, or with tapestry + ajax? Hello Sabine, Tapesty has some Ajax facilities, which are describe here : http://tapestry.apache.org/tapestry5/tapestry-core

Only reload components?

2008-02-20 Thread Sabine K.
some forms. So if the user press the send button for the forms the activex component should not reload (because it takes a while to load it). Is there a way to do this with tapestry, or with tapestry + ajax? Best regards, Sabine -- View this message in context: http://www.nabble.com/Only-reload