Re: contrib table field alignment

2008-09-11 Thread michael lim
for custom field in .page =DateValidFromColumn, how to display it in .html ,because i want to align to right // this working fine

Re: Contrib Table Summarize

2006-09-12 Thread andyhot
Mael Caldas wrote: > If I implement the decorator pattern by myself, how can I let the row > only > on the last position, even if the user change the sorter collumn? You're right. If you need sorting, you can't do it this way. You'll probably have to create your own IBasicTableModel and make it a

Re: Contrib Table Summarize

2006-09-11 Thread Mael Caldas
If I implement the decorator pattern by myself, how can I let the row only on the last position, even if the user change the sorter collumn? Do you have any SumDecorator already done? Thanks! Mael Caldas On 9/11/06, Mael Caldas <[EMAIL PROTECTED]> wrote: SumDecorator, decorator pattern? I d

Re: Contrib Table Summarize

2006-09-11 Thread Mael Caldas
SumDecorator, decorator pattern? I didn't see anything about that in any documentation... Can you give-me some example or a link? Thank you, Mael Caldas On 9/1/06, andyhot <[EMAIL PROTECTED]> wrote: cotrib:Table can't do anything by itself but I'd use the decorator pattern... public Collect

Re: Contrib Table Summarize

2006-09-01 Thread andyhot
cotrib:Table can't do anything by itself but I'd use the decorator pattern... public Collection getData() { return new SumDecorator( getRealData() ); } Mael Caldas wrote: > Hi, > > I'm using the contrib Table component, iterating over a Collection of Row > Objects, and setting the collumns value

RE: Contrib Table Weirdness...

2006-07-12 Thread James Carman
etached criteria. > > > -Original Message- > From: Rui Pacheco [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 12, 2006 9:25 AM > To: Tapestry users > Subject: Re: Contrib Table Weirdness... > > :) > > I was actually thinking of something really simple.

Re: Contrib Table Weirdness...

2006-07-12 Thread Rui Pacheco
ilto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 9:25 AM To: Tapestry users Subject: Re: Contrib Table Weirdness... :) I was actually thinking of something really simple. Its just that kind of mistake... On 7/12/06, James Carman <[EMAIL PROTECTED]> wrote: > > Nevermind. I figured it

RE: Contrib Table Weirdness...

2006-07-12 Thread James Carman
ould be copying the detached criteria. -Original Message- From: Rui Pacheco [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 9:25 AM To: Tapestry users Subject: Re: Contrib Table Weirdness... :) I was actually thinking of something really simple. Its just that kind of mistake

Re: Contrib Table Weirdness...

2006-07-12 Thread Rui Pacheco
man [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 9:08 AM To: 'Tapestry users' Subject: RE: Contrib Table Weirdness... I am giving it a list of "Supplier" objects (the Supplier class does have a "name" property). -Original Message- From: R

RE: Contrib Table Weirdness...

2006-07-12 Thread James Carman
Nevermind. I figured it out. Stupid mistake that I don't care to share (unless you really prod). -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 9:08 AM To: 'Tapestry users' Subject: RE: Contrib Table Weirdness... I am givi

RE: Contrib Table Weirdness...

2006-07-12 Thread James Carman
I am giving it a list of "Supplier" objects (the Supplier class does have a "name" property). -Original Message- From: Rui Pacheco [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 9:04 AM To: Tapestry users Subject: Re: Contrib Table Weirdness... It seems

Re: Contrib Table Weirdness...

2006-07-12 Thread Rui Pacheco
It seems to be a problem with your model. What are you giving to your table? On 7/12/06, James Carman <[EMAIL PROTECTED]> wrote: I am using a contrib table on one of my screens with no issues. On another screen, where I'm doing exactly the same thing, when I try to access a property of one of

Re: contrib table

2006-06-28 Thread Shing Hing Man
Have you consider modifying the component TablePages as described in the following post ? http://article.gmane.org/gmane.comp.java.tapestry.user/21934/match=tablepages Shing --- Peter Dawn <[EMAIL PROTECTED]> wrote: > guys, > is there a way to change the << and >> in the > navigation bar of a