Re: Betr.: Re: [Trinidad] Required tr:inputText component

2008-11-21 Thread Matthias Wessendorf
On Fri, Nov 21, 2008 at 8:50 AM, Willem Kunkels [EMAIL PROTECTED] wrote: Hi Matthew, Thanks for your quick response. Regarding your suggestion: Isn't that exactly what I am doing? The partialTriggers is already on the panel. Are you saying that I should also put a rendered= on the panel?

Betr.: Re: Betr.: Re: [Trinidad] Required tr:inputText component

2008-11-21 Thread Willem Kunkels
Thanks Matthias (sorry for calling you Matthew earlier) and congratulations on your promotion. If you raise a bug (or if there is an existing one), could you let me know so that I can keep an eye on it? Thanks again, Willem Matthias Wessendorf [EMAIL PROTECTED] 21-11-2008 09:02 Antwoord

Re: Using c:forEach in MyFaces 1.2

2008-11-21 Thread Anton Gavazuk
Hi the link in post below tells about JSF 1.1. Have anything changed with integration between JSF 1.2 and JSTL tags? 2007/8/8 sandeep gururaj [EMAIL PROTECTED]: You can get more info from the postings on http://forum.java.sun.com/thread.jspa?threadID=497405messageID=2351519 ~Sandeep

Re: Correction: [TOBAGO] tc.gridlayout does not work inside a sheets column

2008-11-21 Thread Groovie
Salut Bernd, thanks for your help. Let me give you some information, concerning this issue. I think i know, why Tobago sheets runs into that problem. We are doing some weired things here. The originator of the problem are problems with the tc:foreach tag, that i understand as a ui:repeat, that

javax.faces.FacesException

2008-11-21 Thread Pierandrea Cercato
I'm running an application with myfaces 1.2.4 and facelets 1.1.14 on tomcat 6.0.16. I'm also using tomahawk 1.1.7 and richfaceas 3.2.2.GA. I was having some problems so i configure my log4j to trace level for org.apache and i discovered that each time a page is rendered i got a lot (sometime more

Re: Using c:forEach in MyFaces 1.2

2008-11-21 Thread Anton Gavazuk
http://today.java.net/pub/a/today/2006/03/07/unified-jsp-jsf-expression-language.html http://www.artima.com/lejava/articles/jsf_jspP.html http://java.sun.com/products/jsp/reference/techart/unifiedEL.html и отдельный линк http://www.seamframework.org/Community/DynamicMenuFromDatabase 2008/11/21

Re: Trouble upgrading from MyFaces 1.1.5 to 1.1.6

2008-11-21 Thread Glauco P. Gomes
I'm having the same issue, anyone has a solution/workaround to resolve this? My problematic environment: Tomahawk 1.1.7, Trinidad 1.0.10 and MyFaces 1.1.6 No problem with: Tomahawk 1.1.7, Trinidad 1.0.10 and MyFaces 1.1.5 Glauco P. Gomes Luhtala Santeri escreveu: Still have the same

Re: [Trinidad] Configuration of Trinidad

2008-11-21 Thread Lars Vogel
Hi, thank you all for your advice. I'll give it a try with the examples. Best regards, Lars 2008/11/21 Matthias Wessendorf [EMAIL PROTECTED] Hi Lars the examples should have what you need. Or, if you want eventually a more complete application, check this:

[Trinidad]tr:convertNumber issues

2008-11-21 Thread Luhtala Santeri
The tr:convertNumber doesn't work right with Finnish locale. In Finnish locale group separator used is ' '. The converter doesn't handle this. So we made custom converter which extends the Trinidad one and basically in getAsString-method we strip away the currency symbol and

selectmanyshutle in a form

2008-11-21 Thread alvaro tovar
hello f:view h:form id=form rich:tabPanel width=800 headerAlignment=left rendered=true rich:tab label=Buscar rich:panel headerClass=filtrarHeader rich:simpleTogglePanel switchType=ajax label=Ubicación

Re: selectmanyshutle in a form

2008-11-21 Thread alvaro tovar
i am seee the https://issues.apache.org/jira/browse/TRINIDAD-627 but this is not my case because i hace this in a form. maybe is a conflict with rich:simpleTogglePanel switchType=ajax because this is a ajax paneltab and the selectmanyshutle is display trougth a ajax call, maybe don't remenber

Re: [Trinidad]tr:convertNumber issues

2008-11-21 Thread Matthias Wessendorf
On Fri, Nov 21, 2008 at 2:45 PM, Luhtala Santeri [EMAIL PROTECTED] wrote: The tr:convertNumber doesn't work right with Finnish locale. In Finnish locale group separator used is ' '. The converter doesn't handle this. http://bugs.sun.com/view_bug.do?bug_id=4510618 that is our underlying

Re: Using c:forEach in MyFaces 1.2

2008-11-21 Thread Anton Gavazuk
http://www.jboss.com/index.html?module=bbop=viewtopict=110983 2008/11/21 Anton Gavazuk [EMAIL PROTECTED]: http://today.java.net/pub/a/today/2006/03/07/unified-jsp-jsf-expression-language.html http://www.artima.com/lejava/articles/jsf_jspP.html

How do you submit full URL when sorting an HtmlDataTable?

2008-11-21 Thread DFC
I have a page which contains a sortable HtmlDataTable. The page URL is: https://ax1.mycompany.internal:8060/axapp/Report.faces?templateId=8 I need to have the column sort action send the complete URL back. When I hover over a column header, I see the correct URL to submit:

Re: [Trinidad] Configuration of Trinidad

2008-11-21 Thread Lars Vogel
Hi, thank you all for your advice. Based on the example I was able to create a working example with Trinidad. I documented the usage of Trinidad this in the following tutorial: http://www.vogella.de/articles/ApacheMyFaces/article.html - Apache Myfaces Trinidad with Eclipse - Tutorial I hope

Re: [Trinidad] Configuration of Trinidad

2008-11-21 Thread Matthias Wessendorf
Great! Can you add that to our wiki? IMO this is a nice resource for learning more on Trinidad. -M Sent from my iPod. Am 22.11.2008 um 01:18 schrieb Lars Vogel [EMAIL PROTECTED]: Hi, thank you all for your advice. Based on the example I was able to create a working example with