Re: Light Weight Dialog is not rendering Select Boxes on initial rendering on IE 6 but works on IE 7

2008-12-12 Thread Bruno Marti
There is a JIRA-Issue on that, see: https://issues.apache.org/jira/browse/TRINIDAD-1340 There is also a workaround commented. Bruno Marti wrote: I've detected the same dialog problem in IE6 with a tr:table with multiple pages (pagging). The page chooser (drop-down box) isn't displayed on

RE: Displaying messages over the content - generated by the content?

2008-12-12 Thread Madhav Bhargava
felix.bec...@t-systems.com schrieb: Hi, I've got a JSF page divided in 2 parts - the status message area and the content area. The content area is positioned under the status message area. In the status area all messages for the user should be shown - for example success messages, error

Re: Displaying messages over the content - generated by the content?

2008-12-12 Thread Simon Kitching
Madhav Bhargava schrieb: felix.bec...@t-systems.com schrieb: Hi, I've got a JSF page divided in 2 parts - the status message area and the content area. The content area is positioned under the status message area. In the status area all messages for the user should be shown - for

Re: Thread safety for Orchestra access scope

2008-12-12 Thread Jacob Mathew
Thank you for the response. I had read the multi-window topic in the documentation earlier (and also remember thinking it was outstandingly good, I thank the author). As far as how bad it can get if a user can (maliciously) concurrently access non thread safe code even within their own session, I

[Tobago] Unable to populate Sheet

2008-12-12 Thread Giovanni De Stefano
Hello all, I have to admit I am a total noobie with MyFaces but I believe Tobago is a very powerful framework. Having said this, I cannot populate a Sheet :-( Attached are the beans, the web.xml (tobago-config.xml is pretty standard), and the JSP page that creates the Sheet. In faces-config I

Re: [Tobago] Unable to populate Sheet

2008-12-12 Thread Giovanni De Stefano
Apparently I was not supposed to attach the jsp...it was filtered out by the mail server. Here it is: -- %@ taglib

RE: Displaying messages over the content - generated by the content?

2008-12-12 Thread Madhav Bhargava
Madhav Bhargava schrieb: felix.bec...@t-systems.com schrieb: Hi, I've got a JSF page divided in 2 parts - the status message area and the content area. The content area is positioned under the status message area. In the status area all messages for the user should be shown - for

Re: [Tobago] Unable to populate Sheet

2008-12-12 Thread Helmut Swaczinna
Hi, you're using a wrong variable name in the tc:out on the sheet column. It should be item, not channel. Regards Helmut - Original Message - From: Giovanni De Stefano To: users@myfaces.apache.org Sent: Friday, December 12, 2008 12:57 PM Subject: Re: [Tobago] Unable to

Re: [Tobago] Unable to populate Sheet

2008-12-12 Thread Giovanni De Stefano
Hello Helmut, thank you for your reply. Yes, the was the bad side effect of copy and paste... :-( Attached is a sand box test about the sheet: I still cannot populate the sheet. What am I missing? Thanks, Giovanni On Fri, Dec 12, 2008 at 1:33 PM, Helmut Swaczinna myfa...@wlp-systems.dewrote:

Re: [Tobago] Unable to populate Sheet

2008-12-12 Thread Giovanni De Stefano
Again wrong attachment... :-( - %@ taglib uri=http://myfaces.apache.org/tobago/component; prefix=tc% %@

How to re-/set a value in a trinidad table after dialog popup

2008-12-12 Thread wolfgang . toepfer
Hi, We have a problem here when resetting the value of an input component like tr:inputText that is in a Trinidad table. The following context is given: 1) the user clicks on a commandLink object that is in the same cell next to the inputComponent 2) a popup dialog is displayed, the user

[Trinidad] supported browsers?

2008-12-12 Thread Bruno Marti
Is this page currently up-to-date? http://myfaces.apache.org/trinidad/browsers.html -- View this message in context: http://www.nabble.com/-Trinidad--supported-browsers--tp20977454p20977454.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

ist außer Haus

2008-12-12 Thread Juergen . Wieners
Ich werde ab 12.12.2008 nicht im Büro sein. Ich kehre zurück am 07.01.2009. Ich wünsche allen ein frohes Fest und einen guten Rutsch ins neue Jahr.

ist außer Haus

2008-12-12 Thread Juergen . Wieners
Ich werde ab 12.12.2008 nicht im Büro sein. Ich kehre zurück am 07.01.2009. Ich wünsche allen ein frohes Fest und einen guten Rutsch ins neue Jahr. Bis bald im neuen Jahr Euer Jürgen

Configure ConversationContext timeout in Orchestra

2008-12-12 Thread Steve Ronderos
Hello Users, I've looked around for documentation on how to override the 30 minute time out default that is set for ConversationContext in Orchestra. I'm able to configure the Conversation timeout fine for both conversation.access and conversation.manual, but I have been unable to find the

Re: AW: [Trinidad] Generate PDF _and_ close dialog

2008-12-12 Thread Stephen Friedrich
Thanks for the answers! I got it working by setting the parameters for pdf generation to a hidden input field that is refreshed using PPR when the dialog closes. A ppr state listener then checks for the content of that field and simply sets window.location to the url for the pdf servlet. This

Re: Configure ConversationContext timeout in Orchestra

2008-12-12 Thread Jacob Mathew
What is the motivation for setting a timeout for the context? Ultimately you are interested in the deletion of beans in a conversation right? Can you not achieve that by setting the timeouts on the conversations directly? Every bean in a conversationContext is inside a conversation... -Jacob On