[Trinidad] Show processing message

2011-06-16 Thread Krebs Roland / BWO Systems AG
I have to show a message to the user at the beginning of a backingBean processing and then, at a certain point of processing, clear the message from the backingBean. I've tried different ways to achieve this: - tr:message (the message is not updated on screen) - tr:poll and

Antwort: [SPAM] Re: javax.faces.SEPARATOR_CHAR not working well together with AJAX

2011-06-16 Thread Christoph Dietze
I created an issue for this: https://issues.apache.org/jira/browse/MYFACES-3176 Von:Leonardo Uribe lu4...@gmail.com An: MyFaces Discussion users@myfaces.apache.org Datum: 15.06.2011 17:13 Betreff:[SPAM] Re: javax.faces.SEPARATOR_CHAR not working well together with AJAX Hi

Re: What is wrong with Trinidad's download example?

2011-06-16 Thread jitechno
Cedric, why I need form tag here? I dont think so. because no need to use form and submit for download file in browser. But tr:form is not solution, still the same behavior. body f:view h1h:outputText value=JSF 2.0 + Trinidad 2.0//h1 tr:form id=downloadForm

Re: What is wrong with Trinidad's download example?

2011-06-16 Thread Scott O'Bryan
Oleg, events usually require a form in order to submit the data needed to process the event. Additionally, which tag is giving you the problems? To debug this problem, I would start by trying a simpler page without mixing render kits and then go from there. Use the tr:document tag at the root,