Re: Quite advanced JSF problem

2008-12-23 Thread Adam Nichols
Or DWR (http://directwebremoting.org/). I've personally used this with myFaces, so I know it works. --Adam matt.rossner-pr...@sanofi-aventis.com wrote: Have you considered using Ajax4JSF? It kind of already does what you're trying to do. It may save you a lot of time. I'm currently using it wi

Re: [Trinidad] Fixed column widths in tr:table (or no wrapping)

2008-12-23 Thread Max Starets
Shawn, I don't think max-width works in HTML tables quite how you expect. You can just play with a standalone HTML test. Unless you restrict the overall width of the table, the column will grow as much as it needs to to avoid clipping. Max Bertrand, Shawn R wrote: Calling

FW: Trinidad / Orchestra / Spring / Spring Security / JPA - eclipselink

2008-12-23 Thread Merkel, Stace
Please someone respond... how have others handled authorization with Trinidad applications? It has to be a business requirement that most application developers have to meet... From: Merkel, Stace Sent: Thursday, December 18, 2008 1:47 PM To: users@myfaces.ap

RE: [Trinidad] Fixed column widths in tr:table (or no wrapping)

2008-12-23 Thread Bertrand, Shawn R
Calling setWidth() on a CoreColumn does indeed do the right thing, but I was hoping to go the "max-width" route, where a column sizes to its content but max-es out to whatever the "max-width" is. Thanks for the suggestion, Max. Happy holidays to you as well, Shawn ___

Re: [Trinidad] PPR not working over VPN connection

2008-12-23 Thread Andrew Robinson
Is the VPN caching requests, like say through a proxy? On Tue, Dec 23, 2008 at 12:15 PM, Bertrand, Shawn R wrote: > Can anyone think of a reason why PPR wouldn't work over a VPN connection? > We have some situations (not reproducible, of course) where a partialSubmit > button is clicked, a dialo

[Trinidad] PPR not working over VPN connection

2008-12-23 Thread Bertrand, Shawn R
Can anyone think of a reason why PPR wouldn't work over a VPN connection? We have some situations (not reproducible, of course) where a partialSubmit button is clicked, a dialog pops up, some fields are entered, the dialog closes, and a tr:table should update via PPR, but it doesn't until one o

RE: Quite advanced JSF problem

2008-12-23 Thread Matt.Rossner-prest
Have you considered using Ajax4JSF? It kind of already does what you're trying to do. It may save you a lot of time. I'm currently using it with MyFaces and it works pretty well. -Original Message- From: Andrew Robinson [mailto:andrew.rw.robin...@gmail.com] Sent: mardi 23 décembre 2008

Possible Leak in MyFaces Orchestrea

2008-12-23 Thread Steve Ronderos
Hello Orchestra Users, I posted the following message to the developers mailing list a few weeks ago and had no response. I was wondering if anyone has any information on a potential memory leak that I see in Orchestra 1.2. It appears to me that conversationManagers in ConversationWiperThrea

Re: Quite advanced JSF problem

2008-12-23 Thread Andrew Robinson
This is the wrong mailing list for this question, it is not regarding myfaces development. I am posting this reply on the users list, all further replies should go there. I don't think that you solution is a valid one. It is not valid to locate a component in more than one location of one componen

Re: Trinidad1.0.10: How to refresh a table after rowSelection

2008-12-23 Thread alex01130
Dear René, the difference to your solution seems to me, that I have no binding defined. Would you be so kind to mail me how you declared your "table.Customer", because I don't know how a binding has to be specified. By the way are you also using Trinidad Version 1.0.10? Thanks a lot for you help,

Tomahawk inputCalendar bug

2008-12-23 Thread Martyn Hiemstra
Hi All, I beleive I have discovered a serious bug in the inputCalendar component. This is the situation: I have a form backing bean with a Joda datetime object in it. The value expression is #{formBackingBean.dateTime}. I create a htmloutput text and set it's value and I set the converter. I

RE: unsubscribe

2008-12-23 Thread mario.buonopane
??? Mario Buonopane Accenture Insurance Services & Systems Via C. Colombo 112, 00147 Roma Tel: +39 06 51566543 Mobile: +39 334 6563433 Fax: +39 06 51566550 From: Guy Bashan [mailto:guy.bas...@gmail.com] Sent: 23 dicembre 2008 11.06 To: users@myfac

unsubscribe

2008-12-23 Thread Guy Bashan

RE: Trinidad1.0.10: How to refresh a table after rowSelection

2008-12-23 Thread René van Wijk
Hi Alex, Maybe the problem lies in the use of and also . The tag also inserts a etcetera into your page. If that does not solve it, here is an example of what i have done in a similar case. Example page contains a customer table and an order table. The order table is refreshed is a particul