RE: T[5] Organizing components/layouts

2007-10-24 Thread Ying Lee
Thx, it works. There seems to be some inconsistency here. When I try: it doesn't work.. Ronald > Date: Wed, 24 Oct 2007 13:53:09 -0400 > From: [EMAIL PROTECTED] > To: users@tapestry.apache.org > Subject: Re: T[5] Organizing components/layouts > > Take a look at this: > > http://wiki.apache.o

Re: Editable table and DirectLink

2007-07-26 Thread Ying Lee
, but it's a snapshot build) - the InlineEditBox supports listener/parameter stuff and allows you to do this sort of thing you are doing. (I think? ) http://tapestry.apache.org/tapestry4.1/components/dojo/inlineeditbox.html On 7/23/07, Ying Lee <[EMAIL PROTECTED]> wrote: Thanks for r

Re: Editable table and DirectLink

2007-07-23 Thread Ying Lee
nd DirectLink Date: Mon, 23 Jul 2007 13:05:04 -0700 (PDT) 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

Editable table and DirectLink

2007-07-23 Thread Ying Lee
Greetings all, I am using Tapestry 4.0 and trying to make a simple shopping area that shows a table of items, and each row has a textfield where users can input the quantity they want to buy, and I want to add a DirectLink for each row so that it will send a purchase action for that particular

Two Editable tables on the same page not working properly

2007-07-20 Thread Ying Lee
Hi, I am having an issue with two Editable tables on the same page. I am using Tapestry 4.0 latest version. Here is the setup: - one page, two editable tables. By "Editable", I mean there are table cells using "TextField" to get user input. The way I do that is to use "[EMAIL PROTECTED]" to

Two Editable tables on the same page not working

2007-07-19 Thread Ying Lee
Hi, I am having an issue with two Editable tables on the same page. I am using Tapestry 4.0 latest version. Here is the setup: - one page, two editable tables. By "Editable", I mean there are table cells using "TextField" to get user input. The way I do that is to use "[EMAIL PROTECTED]" to