Re: Tapestry 4.1 app

2008-08-07 Thread Loïc Talbot
s "Add > Transaction" or "Edit Transaction". There is no confirmation, after you've > clicked the button it's saved. > > Loïc Talbot wrote: > >> Hi Paul, >> I've tried it and found that the button label was not changed to "save&q

Re: Tapestry 4.1 app

2008-08-06 Thread Loïc Talbot
Hi Paul, I've tried it and found that the button label was not changed to "save" when you edit a transaction (ok, so poor remark for such a work, sorry) :-) I have used tapestry 4.1.2 for a while and one of the main requirements was to have a sortable grid where you could also select which row to d

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 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

[T4] - Tapestry.bind basic Ajax example

2007-10-19 Thread Loïc Talbot
Hi there, I'm trying to do an XHR request using the same method as "@DirectLink" component. Here is the code: var xmlDoc = new ActiveXObject("Microsoft.XMLDOM"); var content; function SendAjaxRequest() { tapestry.bind ("/PhoneBook/app?component=%24DirectLink&

[T4] - Tapestry.bind basic Ajax example

2007-10-18 Thread Loïc Talbot
Hi there, I 'd like to implement a "DirectLink-like" function using tapestry.bind & load functions in order to use the result in other Javascript functions. Here is my simple example: var xmlDoc = new ActiveXObject("Microsoft.XMLDOM"); var content; function SendA