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
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
Hi Uli,
I didn't say I was using form component. So I cannot use your solution.
Loïc
> 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
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&
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