Re: Editable table and DirectLink

2007-07-26 Thread Ying Lee
hope that one has a solution... Ronald From: "Jesse Kuhnert" <[EMAIL PROTECTED]> Reply-To: "Tapestry users" To: "Tapestry users" Subject: Re: Editable table and DirectLink Date: Wed, 25 Jul 2007 22:29:11 -0400 If you feel like living on the edge (not really

Re: Editable table and DirectLink

2007-07-25 Thread Jesse Kuhnert
to get the component's input value... I will think a little bit in this direction and if I find a solution I will let you all know.. Also other suggestions are still welcome! Ron >From: Shing Hing Man <[EMAIL PROTECTED]> >Reply-To: "Tapestry users" >To: Tapestry user

Re: Editable table and DirectLink

2007-07-23 Thread Ying Lee
put value... I will think a little bit in this direction and if I find a solution I will let you all know.. Also other suggestions are still welcome! Ron From: Shing Hing Man <[EMAIL PROTECTED]> Reply-To: "Tapestry users" To: Tapestry users Subject: Re: Editable table a

Re: Editable table and DirectLink

2007-07-23 Thread Shing Hing Man
Have you tried the following ? function append() { window.location = document.anchors.link1.href+"&sp=s"+valueFromInputField } foo where append() is a javascript function that appends the value of your input field to the Directlink URL. Shing --- Ying Lee <[EMAIL PROTECTED]> wrote: > Gr