Re: Dependent drop down list

2007-04-25 Thread tapuser
Hi Simeon, Could you please provide some sample? I would like to implement dependent drop down list ( partial page rendering)? Thanks. Sri. Simeon Koptelov-2 wrote: > > Well, I've done this for my project, using tacos:AjaxDirectLink to update > dependent select. If you're int

Taco Tree Tutorial/Sample ( working) developed based on a Table (ex: Employee Table)

2007-04-23 Thread tapuser
Hi, I am looking for a Taco Tree working sample to save some time. Could please provide a working sample if you have any. I tried to follow this example : http://tacoscomponents.jot.com/WikiHome/Tacos%20Tree%20Example Some of the details are not clear. Page implementation is given. Than

Re: Tree w/Checkbox on each node--Way to Fix Indent?

2007-04-22 Thread tapuser
Hi Ty, I am trying to implement Tree Table with add node, delete node and edit node functionality using a employee table. Could you please some guidelines to implement the treeManager. I am getting null pointer exceptions. Thanks. Sri. Tyrone Hed wrote: > > > >Folks, >

Tapestry Form Fields Query. Please advise.

2007-04-10 Thread tapuser
Hi, My domain object has 20 Fields. I am trying to place these fields in two pages ( 10 Each). While I am saving the 1st 10 fields in page one, the remaining 10 fields are getting reset to null values. The same true when I am updating the values in 2nd Page ( 1st Page values are getting reset.

Re: contrib:Tree linking to other tapestry pages

2007-04-10 Thread tapuser
Hi, I am also having the same issue. I want add a button to the tree table's row. Any idea? Thanks. Sri anil wrote: > > Hi - > > I'm using the contrib:TreeView and related components (TreeDataView & > TreeNodeView) to display a table of contents for a book. > > I'd like to keep the mak

Re: Is there any Tapestry Tree Table component which is similar to ADF Tree Table?

2007-04-09 Thread tapuser
> On 4/9/07, tapuser <[EMAIL PROTECTED]> wrote: >> >> Hi Tapestry Experts, >> >> I am trying to find a Tree Table component which is similar to ADF Tree >> Table component. >> >> http://download-east.oracle.com/docs/cd/B32110_01/web.1013/b28967/

Is there any Tapestry Tree Table component which is similar to ADF Tree Table?

2007-04-09 Thread tapuser
Hi Tapestry Experts, I am trying to find a Tree Table component which is similar to ADF Tree Table component. http://download-east.oracle.com/docs/cd/B32110_01/web.1013/b28967/web_masterdetail005.htm If you write such component in Tapestry, could you please provide some hints to implement ADF

Re: Persisted Object with session scope is getting lost between the pages.

2007-04-09 Thread tapuser
ation and it's > impossible to figure out without seeing details > > On 4/1/07, tapuser <[EMAIL PROTECTED]> wrote: >> >> >> Thanks again. >> >> I am trying to implement Master-Detail pages ( Order List -> Item List). >> On >> ode

Re: Persisted Object with session scope is getting lost between the pages.

2007-03-31 Thread tapuser
ditional/showed fields with > the > previously persisted fields or add hidden input field components for the > remaining fields but your case is not completely clear to me. > > On 3/31/07, tapuser <[EMAIL PROTECTED]> wrote: >> >> >> Hi Martino, >>

Re: Persisted Object with session scope is getting lost between the pages.

2007-03-30 Thread tapuser
: > > Yes is exactly the same, I quoted 4.1 documentation just because I'm > investigating 4.1 now > > This is 4.0 docs for it: > > http://tapestry.apache.org/tapestry4/UsersGuide/state.html#state.aso > > On 3/30/07, tapuser <[EMAIL PROTECTED]> wrote: >> >

Re: Persisted Object with session scope is getting lost between the pages.

2007-03-30 Thread tapuser
easily inject it > with an annotation in whatever page you need it. > > > > On 3/30/07, tapuser <[EMAIL PROTECTED]> wrote: >> >> >> Hi, >>I am new to Tapestry. I am facing a problem with Mater-Detail >> Pages >> [ >> Orders List ->

Persisted Object with session scope is getting lost between the pages.

2007-03-29 Thread tapuser
Hi, I am new to Tapestry. I am facing a problem with Mater-Detail Pages [ Orders List -> Item List -> Item Edit/Add/Delete.] OrderList Page displays: OrderId - OrderNumber - ItemDetails 123-ABC123 -Link to ItemDetails (OrderId is passed as parameter) ItemList Page Displays: