RE: Contrib:Table pagesClass not working

2006-10-02 Thread Thomas.Vaughan
lectors I defined in my stylesheet... Tom -Original Message- From: Vinicius Carvalho [mailto:[EMAIL PROTECTED] Sent: Monday, October 02, 2006 11:55 AM To: Tapestry users Subject: Re: Contrib:Table pagesClass not working Just adding, I'm moving the tablePages to the bottom. I've see

Re: Contrib:Table pagesClass not working

2006-10-02 Thread Vinicius Carvalho
isTable .pager { > display: block; > text-align: center; > margin-bottom: .25em; > } > #edisTable .pager b, #edisTable .pager a { > margin-left: .10em; > margin-right: .10em; > } > > > -Original Message- > From: Andreas Andreou [mailto

Re: Contrib:Table pagesClass not working

2006-10-02 Thread Vinicius Carvalho
r a { margin-left: .10em; margin-right: .10em; } -Original Message- From: Andreas Andreou [mailto:[EMAIL PROTECTED] Sent: Monday, October 02, 2006 11:52 AM To: Tapestry users Subject: Re: Contrib:Table pagesClass not working http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapes

RE: Contrib:Table pagesClass not working

2006-10-02 Thread Thomas.Vaughan
006 11:52 AM To: Tapestry users Subject: Re: Contrib:Table pagesClass not working http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-contrib/s rc/java/org/apache/tapestry/contrib/table/components/Table.jwc?view=mark up Vinicius

Re: Contrib:Table pagesClass not working

2006-10-02 Thread Andreas Andreou
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/table/components/Table.jwc?view=markup Vinicius Carvalho wrote: Hello there! I'm defening a pagesClass parameter on my table compone

Contrib:Table pagesClass not working

2006-10-02 Thread Vinicius Carvalho
Hello there! I'm defening a pagesClass parameter on my table component, but its not working. I've searched the source and did not see any reference to it on the parameter, only in the jwc, no reference at the componente java source or the template... Anyone else having the same issue? Regards