TableView and TableRow

2006-05-01 Thread Mário Lopes
Hi. I have a contrib:Table object being fulfilled by an ArrayList. But I'd like to have, after each row, another row that would include more info about the previous row. In other words, the first row would should a summary and the second one, if requested, would "open" (its css visibility will b

Re: TableView update problems

2006-02-27 Thread Jason Suplizio
Any idea on what could be causing this? On 2/24/06, Jason Suplizio <[EMAIL PROTECTED]> wrote: > > Hello, > We've got a TableView (wrapped in a Form component) that consists of a > variety of form elements. We're noticing a problem when the values of these > elemen

TableView update problems

2006-02-24 Thread Jason Suplizio
Hello, We've got a TableView (wrapped in a Form component) that consists of a variety of form elements. We're noticing a problem when the values of these elements (like textfields) is changed. Here's a use case: I have 10 rows, each is updated and when the changes are submitted, th

TableView and paging row problem

2005-11-09 Thread Jason Suplizio
Greetings, I'm getting some weird behavior using a simple form lookup (returning a List) displaying the results in a TableView component: I get 12 results. When clicking on the "2" to go to the next page the page reloads and the table is reset to 0 results. So, now I'

Re: TableView

2005-11-07 Thread Mind Bridge
the error is somewhere in the code that uses Table. Jason Suplizio wrote: Let me clarify: the TableView only worked using "membersTableView" as the id. Also, "I have since..." On 11/7/05, Jason Suplizio <[EMAIL PROTECTED]> wrote: Jesse, We've experience s

Re: TableView

2005-11-07 Thread Jason Suplizio
Let me clarify: the TableView only worked using "membersTableView" as the id. Also, "I have since..." On 11/7/05, Jason Suplizio <[EMAIL PROTECTED]> wrote: > > Jesse, > We've experience some anomalous behavior with the Contrib:TableView > compon

Re: TableView

2005-11-07 Thread Jason Suplizio
Jesse, We've experience some anomalous behavior with the Contrib:TableView component. Until just today, we've been unable to reference the TableView using only "membersTableView" - two 2 different developers working independently experienced this. I have sense retested to t

Re: TableView

2005-11-07 Thread Andreas Andreou
can hide any of them with a css rule. > etc) ...most >importantly, can I use 1+ instances of your component on the same page? > >If anyone knows of a component like TableView that allows 1+ instances of >the component on a single page, I'd appreciate hearing about it. >

Re: TableView

2005-11-07 Thread Jesse Kuhnert
I use 1+ instances of your component on the same page? > > If anyone knows of a component like TableView that allows 1+ instances of > the component on a single page, I'd appreciate hearing about it. > > Thanks! > Jason > > > On 11/5/05, [EMAIL PROTECTED] <[EMAI

Re: TableView

2005-11-07 Thread Jason Suplizio
Andy, Does your component FilteringTable allow customizing table (column widths, the sorting arrow gifs, placement of page navigation, etc) ...most importantly, can I use 1+ instances of your component on the same page? If anyone knows of a component like TableView that allows 1+ instances of the

Re: TableView

2005-11-05 Thread andyhot
the bottom of my table. > > Use a TableView and put your navigation tool in it. Also, take a look at the FilteringTable of http://tapfx.sf.net (and grab the source). The demo page is http://andyhot.di.uoa.gr/tapfx/app?service=page/FilteringTable > > -- > Author of a book for

Re: TableView

2005-11-05 Thread Kent Tong
Peter Truong visionmax.com> writes: > I was wondering if anyone can tell me exactly how to implement the low level > table components. Basically i > want to put a second page navigation tool at the bottom of my table. Use a TableView and put your navigation tool in it. -- Auth

TableView

2005-11-04 Thread Peter Truong
Hi All, I was wondering if anyone can tell me exactly how to implement the low level table components. Basically i want to put a second page navigation tool at the bottom of my table. Any help is appreciated. Thanks Peter From: Paolo Donà [mailto:[EMAI