Re: how to use valuesClass to render columns with different classes

2006-03-12 Thread Sam Gendler
OK, I just pulled Tapestry from svn and built it, but I am exceedingly leary of running unreleased code in a production project. I don't have a problem just using the contrib jar, but if it is possible, I'd rather just replace the minimum set of class files needed to fix the problem. Can you give

Re: how to use valuesClass to render columns with different classes

2006-03-11 Thread Mind Bridge
Hi, Please take the updated TableValues class from the repository if you can. Tap4 caches the parameters automatically, and problems like this tend to occur in some cases. The updated code in the repository removes that caching and eliminates the problem that you described. Tap4, but using co

Re: how to use valuesClass to render columns with different classes

2006-03-11 Thread Sam Gendler
Tap4, but using contrib:FormTable due to bug in Table whic prevents the full form from being submitted when clicking on the column headers to change sort order. --sam On 3/10/06, Mind Bridge <[EMAIL PROTECTED]> wrote: > Hi, > > Tapestry version? > > Sam Gendler wrote: > > I see several questions

Re: how to use valuesClass to render columns with different classes

2006-03-10 Thread Mind Bridge
Hi, Tapestry version? Sam Gendler wrote: I see several questions about this on the forum, but never saw an answer that made sense to me. I've got some numeric columns which need to be text-align: right and sme string and date columns which need to be text-align: left. Currently, I am just usi

how to use valuesClass to render columns with different classes

2006-03-10 Thread Sam Gendler
I see several questions about this on the forum, but never saw an answer that made sense to me. I've got some numeric columns which need to be text-align: right and sme string and date columns which need to be text-align: left. Currently, I am just using Contrib:FormTable (within Tap4 because usi