Re: Looking for a "grouped table" component

2013-09-07 Thread Tobonaut
bees.net/gridcollapsedemo > On 6 Sep 2013 18:52, "Tobonaut" wrote: > >> Good evening folks, >> >> I've been looking for a table component which includes grouping. Like a >> treetable with dynamic grouping, filtering, etc. >> >> I crawled th

Re: Looking for a "grouped table" component

2013-09-06 Thread Lance Java
It's not exactly what you're looking for but it's worth a mention. Perhaps my GridCollapse mixin can give some inspiration. http://tapestry-stitch.uklance.cloudbees.net/gridcollapsedemo On 6 Sep 2013 18:52, "Tobonaut" wrote: > Good evening folks, > > I

Looking for a "grouped table" component

2013-09-06 Thread Tobonaut
Good evening folks, I've been looking for a table component which includes grouping. Like a treetable with dynamic grouping, filtering, etc. I crawled the mailing list and google to find a solution but it was not successful. May you know how I can solve my problem. I hope the following

Re: [T5] Table component with database paging

2008-09-24 Thread Thiago H. de Paula Figueiredo
Em Wed, 24 Sep 2008 16:07:08 -0300, <[EMAIL PROTECTED]> escreveu: Is there already a T5 component that shows a paged table that will not read all data at once, but one that uses database paging queries for every page? Tapestry's Grid does exactly that, but the queries are up to you. Just

[T5] Table component with database paging

2008-09-24 Thread superoverdrive
Is there already a T5 component that shows a paged table that will not read all data at once, but one that uses database paging queries for every page? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

t4: tr attributes for some rows in a table component?

2007-12-17 Thread Vadim Berezniker
I would like to render certain rows differently by applying a css class to a row based on a value in that row. I haven't been able to figure out any way to do this. I'm not even sure if it's even possible with the existing

Re: How to display html in Table component?

2007-05-05 Thread Jesse Kuhnert
will try it. Thanks! lirenwang ** -- From: *"Jesse Kuhnert" <[EMAIL PROTECTED]>* Reply-To: *"Tapestry users" * To: *"Tapestry users" * Subject: *Re: How to display html in Table component?* Date: *Sun, 6 May 2007 00:19:39 -0400*

Re: How to display html in Table component?

2007-05-05 Thread li li
Maybe the @Image component is a little difficult to use. But I will try it. Thanks!lirenwang   From: "Jesse Kuhnert" <[EMAIL PROTECTED]>Reply-To: "Tapestry users" To: "Tapestry users" Subject: Re: How to display html in Table component?Date: Sun, 6 May 2

Re: How to display html in Table component?

2007-05-05 Thread Jesse Kuhnert
or page dynamic? *离人网 * -- From: *"Jesse Kuhnert" <[EMAIL PROTECTED]>* Reply-To: *"Tapestry users" * To: *"Tapestry users" * Subject: *Re: How to display html in Table component?* Date: *Sun, 6 May 2007 00:07:15 -0400* >Is the value of devI

Re: How to display html in Table component?

2007-05-05 Thread li li
D]>Reply-To: "Tapestry users" To: "Tapestry users" Subject: Re: How to display html in Table component?Date: Sun, 6 May 2007 00:07:15 -0400>Is the value of devImage really a url ? If that is the case then you >can>give it an instance of IAsset by doing some

Re: How to display html in Table component?

2007-05-05 Thread Jesse Kuhnert
is "http://localhost:7001/test/images/test.jpg";. It throws exception:"No type converter for type org.apache.tapestry.IAsset is available." lirenwang >From: "Jesse Kuhnert" <[EMAIL PROTECTED]> >Reply-To: "Tapestry users" >To: "Tapestry u

Re: How to display html in Table component?

2007-05-05 Thread li li
pe org.apache.tapestry.IAsset is available." lirenwang From: "Jesse Kuhnert" <[EMAIL PROTECTED]> Reply-To: "Tapestry users" To: "Tapestry users" Subject: Re: How to display html in Table component? Date: Sat, 5 May 2007 23:29:27 -0400 Oh.Maybe you just

Re: How to display html in Table component?

2007-05-05 Thread Jesse Kuhnert
: OReven easier would be saying: tr td.boldColor { color:red; } Hi Jesse: If I use Table component,how to do it? My code is: It seems that the raw parameter don't work? *lirenwang* --

Re: How to display html in Table component?

2007-05-05 Thread li li
Hi Jesse:    If I use Table component,how to do it? My code is: It seems that the raw parameter don't work? lirenwang From: "Jesse Kuhnert" <[EMAIL PROTECTED]>Reply-To: "Tapestry users" To: "Tapestry users" Subject: Re: How to display html in Table

Re: How to display html in Table component?

2007-05-05 Thread Jesse Kuhnert
http://tapestry.apache.org/tapestry4.1/components/general/insert.html Set the "raw" parameter to true , as in: On 5/5/07, li li <[EMAIL PROTECTED]> wrote: hi everyone: Could Contrib:Table component display HTML code? I want to display some HTML code in Tapestry4's Table component.How to d

How to display html in Table component?

2007-05-05 Thread li li
hi everyone:   Could Contrib:Table component display HTML code? I want to display some HTML code in Tapestry4's Table component.How to do it?  For example,I want to display a red font in table,but when table rendered,it will escape these HTML code to plain text. So I couldn't display some html

TAP 4.1.2 : Table Component and storing state on the client

2007-05-02 Thread Lionel Touati
Hi All, I'm using the table component in a client based state storage application. It seems to work fine, however I encounter some issues as the client state parameter is too big to work with IE. It sometimes also break in firefox. To overcome this issue we isually use a FormLinkRen

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/

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

2007-04-09 Thread Jesse Kuhnert
http://opencomponentry.com:8080/tacos/ajax/TreeExample.html 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/

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

Table Component ::: Instead of giving value through table source to checkbox , i like to give through other object

2006-12-21 Thread praveen kumar
Hi, I am newbie to Tapestry. Currently i am using Table component. I am giving list of custom class objects as source to the table. Each object is represented as a row in the table. Now I would like to show checkbox in each row. I would like to delete the rows

Re: Table component

2006-12-20 Thread Jason Crocker
Carlos, This is perfect! Thanks :-) Jason [EMAIL PROTECTED] wrote: --> Does anyone know where I can find a simple example using the table component with partial results from a database (i.e. getCurrentPageRows,getRowCount, etc.)? Jason, Sorry I just re-read your post . . . The key par

RE: Table component

2006-12-20 Thread Carlos.Fernandez
--> Does anyone know where I can find a simple example using the table component with partial results from a database (i.e. getCurrentPageRows,getRowCount, etc.)? Jason, Sorry I just re-read your post . . . The key part I missed was the "example" ;) This is a scrubbed impl of a

RE: Table component

2006-12-20 Thread Carlos.Fernandez
--> Does anyone know where I can find a simple example using the table component with partial results from a database (i.e. getCurrentPageRows, getRowCount, etc.)? The contrib:table source parameter can accept an impl of IBasicTableModel. http://tapestry.apache.org/tapestry4.1/tapes

Re: Table component

2006-12-20 Thread Jason Crocker
il kind of renders: http://tapestry.apache.org/tapestry4.1/tapestry-contrib/componentreference/table.html On 12/20/06, Jason Crocker <[EMAIL PROTECTED]> wrote: Does anyone know where I can find a simple example using the table component with partial results from a database (i.e. ge

Re: Table component

2006-12-20 Thread Jesse Kuhnert
find a simple example using the table component with partial results from a database (i.e. getCurrentPageRows, getRowCount, etc.)? I have a service layer function that accepts the criteria, limit and offset and would rather load just the data that's going to be displayed on the page. Th

Table component

2006-12-20 Thread Jason Crocker
Does anyone know where I can find a simple example using the table component with partial results from a database (i.e. getCurrentPageRows, getRowCount, etc.)? I have a service layer function that accepts the criteria, limit and offset and would rather load just the data that's going

Tree and Table Component

2006-10-31 Thread tux4ever
nabble.com/Tree-and-Table-Component-tf2547715.html#a7100515 Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Table component + OpenSessionInView problems

2006-09-05 Thread Vinicius Carvalho
Nope, I don't have any persistent anymore, I used to have but not anymore... Regards On 9/5/06, Eric Fesler <[EMAIL PROTECTED]> wrote: Do you have any persistent properties related to Evento on your page ? If somehow, you have a persistent Evento or if you have serialized an Evento somwhere in

Re: Table component + OpenSessionInView problems

2006-09-05 Thread Eric Fesler
Do you have any persistent properties related to Evento on your page ? If somehow, you have a persistent Evento or if you have serialized an Evento somwhere in your page, this could explain your lazy instantiation exception. -- ERic On Monday 04 September 2006 21:31, Vinicius Carvalho wrote: >

Table component + OpenSessionInView problems

2006-09-04 Thread Vinicius Carvalho
Hello there! I have a page using a contrib:Table. So far it was working great. Until I decided to add a property that is a lazy proxy for an association: The page is a master-detail page. The first time it is loaded it works great. Now comes the odd part, if I add a new master object, next time

Re: Variable columns in Table Component

2006-08-23 Thread andyhot
.. > > I have a page with a custom component that uses the Table component to > render a list of files that a user has uploaded to my system. > > On one screen, I want to show columns like this: > > | # | Filename | Size | Delete | Move Up | Move Down | > > On the next screen,

Re: Variable columns in Table Component

2006-08-23 Thread Karthik N
ecause what I think I'm trying to do shouldn't be too hard... I have a page with a custom component that uses the Table component to render a list of files that a user has uploaded to my system. On one screen, I want to show columns like this: | # | Filename | Size | Delete | Move Up | Mo

Variable columns in Table Component

2006-08-23 Thread Thomas.Vaughan
Hi, I've simplified this example code to make things (hopefully) clearer, because what I think I'm trying to do shouldn't be too hard... I have a page with a custom component that uses the Table component to render a list of files that a user has uploaded to my system. On one sc

Re: How to store the query parameters in a Table component?

2006-08-10 Thread Pratibha Gopalam
when you enter a new search parameter, try resetting the table Table table = (Table) this.getComponent("myTable"); table.reset(); Jun Tsai wrote: hi all, I have a search form and a talbe in a page.When I enter some search text in form and click search button,results was sho

Re: How to store the query parameters in a Table component?

2006-08-10 Thread Jun Tsai
use persist="client" 2006/8/8, Gurps <[EMAIL PROTECTED]>: Hi, this is exactly my problem too. Have you found the solution? many thanks -- View this message in context: http://www.nabble.com/How-to-store-the-query-parameters-in-a-Table-component--tf1685056.html#a5701412 Sent f

Re: How to store the query parameters in a Table component?

2006-08-08 Thread Gurps
Hi, this is exactly my problem too. Have you found the solution? many thanks -- View this message in context: http://www.nabble.com/How-to-store-the-query-parameters-in-a-Table-component--tf1685056.html#a5701412 Sent from the Tapestry - User forum at Nabble.com

Re: Table component problem

2006-06-15 Thread Ryan Cuprak
Hello, As is usually the case right after sending the email below I figured out my problem. I had spent over an hour digging and was quiet perplexed. I needed to add a 'Persist' annotation to the 'get' method used by the source. I did call the set method in the pageBeginRender - which do

Table component problem

2006-06-15 Thread Ryan Cuprak
Hello, I am having a extremely weird problem with the sort on contrib table. It worked perfectly fine (as far as I can tell) until I upgraded to Tapestry 4.0.2 from 4.0.1. When I click on sort I get an exception: Either the tableModel parameter or both source and columns parameters must be spe

Re: looking for table component

2006-06-13 Thread Sam Gendler
extra limits and offsets for the alphabet based pages. --sam On 6/13/06, Jesper Zedlitz <[EMAIL PROTECTED]> wrote: Hi, I am looking for a table component that will generate tables that look like this: http://saturn.genealogy.net/~jesper/table1.html The user can choose a letter and will

looking for table component

2006-06-13 Thread Jesper Zedlitz
Hi, I am looking for a table component that will generate tables that look like this: http://saturn.genealogy.net/~jesper/table1.html The user can choose a letter and will get a paged list of entries that start with that letter. The active column can be hard coded in the page (example 1). Or

How to store the query parameters in a Table component?

2006-05-25 Thread Jun Tsai
hi all, I have a search form and a talbe in a page.When I enter some search text in form and click search button,results was shown in table component.ButWhen I click the second page link.I found the results is all records not by search parameters.How to store the search text in table pages? I