Re: How to effectively control the table cell width

2007-05-12 Thread Alexander Wallace
can't you use columnClasses for it? On May 12, 2007, at 9:53 PM, iSquareOne LLC wrote: Hey, all, Maybe I am missing something. I can't find a way to effectively control the table cell width. In my code, I use panelGrid to display a table, but I don't see a way to specify the width for eac

How to effectively control the table cell width

2007-05-12 Thread iSquareOne LLC
Hey, all, Maybe I am missing something. I can't find a way to effectively control the table cell width. In my code, I use panelGrid to display a table, but I don't see a way to specify the width for each column (or the width of the table cell). I do see there is a way to use t:dataTable and t:co

Re: Multiple calls on isRendered - Performance issue

2007-05-12 Thread Wesley Hales
Do you think it's a good idea to have method calls to a API or DAO in the getter methods? I really havent seen that before in any other apps, but maybe it is a best practice that I haven't seen yet. Or maybe we just didn't understand the impact it would have in the lifecycle of JSF in our early, u

Re: "outline" client side validation breaks submit

2007-05-12 Thread Matthias Wessendorf
+1 I am planing to put a release of 1.0.1 together in the beginning of the next month On 5/12/07, Adam Winer <[EMAIL PROTECTED]> wrote: *Crud*, I'll have a look. I don't think I did a very good job testing the old style alerts. BTW, I'm thinking before 1.0.1, we should revisit whether we shou

Re: [Trinidad] PPR detection algorithm - Opera 8.5 on Nokia N800

2007-05-12 Thread Adam Winer
There's no absolute requirement for submitting a patch of any sort, but the more testing you've done, the safer we'll feel about applying it. And, a unit test would be extremely wonderful - very few people (committers or not) add unit tests for their work, so you'd be at the top of the game. :)

Re: Client-side state saving

2007-05-12 Thread Adam Winer
It only affects the UI tree state. The HttpSession stays on the server. BTW, just to make things *even more* complicated, in Trinidad, setting "client" doesn't actually move all the state to the client, it just sends a token down. That can be overridden with a second config parameter that force

Re: "outline" client side validation breaks submit

2007-05-12 Thread Adam Winer
*Crud*, I'll have a look. I don't think I did a very good job testing the old style alerts. BTW, I'm thinking before 1.0.1, we should revisit whether we should just make the inline style the default. Danny's code is a hge improvement over the old alerts! -- Adam On 5/11/07, Stephen Fried

Re: SingleStepButtonBarRenderer$Button overrides final method .?

2007-05-12 Thread Adam Winer
On 5/11/07, Stephen Friedrich <[EMAIL PROTECTED]> wrote: I just upgraded from 1.0.0 to current CVS to see if the i18m bug I reported is fixed already. Unfortunately I now cannot even start my app anymore. Deployment fails with this exception: 11:35:23,843 ERROR [FacesConfigurator] failed to con

Re: [Trinidad] PPR Wait Indicator

2007-05-12 Thread Adam Winer
I agree. It'd be a lot easier to add though when we switch the PPR mechanism to a more modern XMLHttp scheme (it's still back on iframe communication, which was all that existed back when the code was first written.) -- Adam On 5/11/07, Luka Surija <[EMAIL PROTECTED]> wrote: This would be a n

Re: [Trinidad] PPR detection algorithm - Opera 8.5 on Nokia N800

2007-05-12 Thread Safurudin Mahic
The cache issue I last wrote about had nothing to do with Trinidad, so nevermind it. As I wrote last time, only minor changes was necesarry to get PPR to work with Opera, both on Desktop and on the N800. I could provide a patch via JIRA, but I haven't done any formal tests with it other than testi

Re: t:schedule - out of memory

2007-05-12 Thread Thorbjørn Ravn Andersen
Tomek Szpinda skrev den 11-05-2007 16:35: java.lang.OutOfMemoryError: Java heap space It looks to me(probably I'm wrong:)) that Tomcat doesn't release memory after session.invalidate()? You need to ensure yourself that your objects can be garbage collected by removing all the reference